#B9D5EB

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

Shades of Pale Cornflower Blue #B9D5EB

Tints of Pale Cornflower Blue #B9D5EB

Color information

#B9D5EB (or 0xB9D5EB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B9, D5 and EB. RGB value is (185,213,235). Sum of RGB (Red+Green+Blue) = 185+213+235=633 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.23% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #B9D5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D5EB is #462A14. Grayscale: #CFCFCF. Windows color (decimal): -4598293 or 15455673. OLE color: 15455673.

HSL color Cylindrical-coordinate representation of color #B9D5EB: hue angle of 206.4º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9D5EB is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185213235-
CMYK0.210.0900.08
HSL206.4º55.56%82.35%-
HSV(B)206.4º21.28%92.16%-
XYZ58.863.987.83-
YUV207.14143.72112.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.23%
GREEN value IS 213 (83.59% from 255) = 33.65%
BLUE value IS 235 (92.19% from 255) = 37.12%
R=29.23%
G=33.65%
B=37.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852132350.210.0900.08206.455.5682.35
HexB9D5EB15908ce3852
Octal271325353251101031670122
Binary10111001110101011110101110101100101000110011101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D5EB; }

 p { color: rgb(185,213,235); }

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

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

 a { background-color: rgb(185,213,235); }

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

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

 span { border-color: rgb(185,213,235); }

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