Html Css Color HEX #95BBDC Cornflower

📋 copy color: '#95BBDC'

red 149 ◦ green 187 ◦ blue 220

#95BBDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower #95BBDC

Tints of Cornflower #95BBDC

RGB

 RED value IS 149 (58.59% from 255) = 26.8%

 GREEN value IS 187 (73.44% from 255) = 33.63%

 BLUE value IS 220 (86.33% from 255) = 39.57%

R = 26.8%
G = 33.63%
B = 39.57%

CMYK

 C value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#95BBDC (or 0x95BBDC) is known color: Cornflower. HEX triplet: 95, BB and DC. RGB value is (149,187,220). Sum of RGB (Red+Green+Blue) = 149+187+220=556 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.80% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #95BBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BBDC is #6A4423. Grayscale: #B3B3B3. Windows color (decimal): -6964260 or 14465941. OLE color: 14465941.

HSL color Cylindrical-coordinate representation of color #95BBDC: hue angle of 207.89º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95BBDC is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 187 220 -
CMYK 0.32 0.15 0 0.14
HSL 207.89º 0.5% 0.72% -
HSV(B) 207.89º 0.32% 0.86% -
XYZ 43.08 47.1 74.53 -
YUV 179.4 150.91 106.32 -
System Red Green Blue C M Y K H S L
Decimal 149 187 220 0.32 0.15 0 0.14 207.89 0.5 0.72
Hex 95 BB DC 20 F 0 E D0 32 48
Octal 225 273 334 40 17 0 16 320 62 110
Binary 10010101 10111011 11011100 100000 1111 0 1110 11010000 110010 1001000

Color Harmonies of #95BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BBDC

Black with #95BBDC

Text Example


Text Example

White with #95BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95BBDC; }

 p { color: rgb(149,187,220); }

 H1.HeaderClassName
 {
   color: #95BBDC;
 }
 .AnyTagClassName
 {
   color: #95BBDC;
 }
</style>

background-color css

<style>
 a { background-color: #95BBDC; }

 a { background-color: rgb(149,187,220); }

 div.DivClassName
 {
   background-color: #95BBDC;
 }
 .BgClassName
 {
   background-color: #95BBDC;
 }
</style>

border-color css

<style>
 span { border-color: #95BBDC; }

 span { border-color: rgb(149,187,220); }

 td.TdClassName
 {
   border-color: #95BBDC;
 }
 .TagClassName
 {
   border-color: #95BBDC;
 }
</style>