#95BBDC

Color #95BBDC Cornflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower #95BBDC

Tints of Cornflower #95BBDC

Color information

#95BBDC (or 0x95BBDC) is unknown color: approx 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

RGB149187220-
CMYK0.320.1500.14
HSL207.89º50.35%72.35%-
HSV(B)207.89º32.27%86.27%-
XYZ43.0847.174.53-
YUV179.4150.91106.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.80%
GREEN value IS 187 (73.44% from 255) = 33.63%
BLUE value IS 220 (86.33% from 255) = 39.57%
R=26.80%
G=33.63%
B=39.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1491872200.320.1500.14207.8950.3572.35
Hex95BBDC20F0Ed03248
Octal225273334401701632062110
Binary100101011011101111011100100000111101110110100001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>