#95B9DE

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

Shades of Cornflower #95B9DE

Tints of Cornflower #95B9DE

Color information

#95B9DE (or 0x95B9DE) is unknown color: approx Cornflower. HEX triplet: 95, B9 and DE. RGB value is (149,185,222). Sum of RGB (Red+Green+Blue) = 149+185+222=556 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.80% from 556); Green value is 185 (72.66% from 255 or 33.27% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #95B9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B9DE is #6A4621. Grayscale: #B2B2B2. Windows color (decimal): -6964770 or 14596501. OLE color: 14596501.

HSL color Cylindrical-coordinate representation of color #95B9DE: hue angle of 210.41º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95B9DE is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB149185222-
CMYK0.330.1700.13
HSL210.41º52.52%72.75%-
HSV(B)210.41º32.88%87.06%-
XYZ42.9346.3675.79-
YUV178.45152.57106.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.80%
GREEN value IS 185 (72.66% from 255) = 33.27%
BLUE value IS 222 (87.11% from 255) = 39.93%
R=26.80%
G=33.27%
B=39.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1491852220.330.1700.13210.4152.5272.75
Hex95B9DE21110Dd23549
Octal225271336412101532265111
Binary1001010110111001110111101000011000101101110100101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,185,222); }

 H1.HeaderClassName
 {
   color: #95B9DE;
 }
 .AnyTagClassName
 {
   color: #95B9DE;
 }
</style>
background-color css

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

 a { background-color: rgb(149,185,222); }

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

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

 span { border-color: rgb(149,185,222); }

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