#B9D6EB

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

Shades of Pale Cornflower Blue #B9D6EB

Tints of Pale Cornflower Blue #B9D6EB

Color information

#B9D6EB (or 0xB9D6EB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B9, D6 and EB. RGB value is (185,214,235). Sum of RGB (Red+Green+Blue) = 185+214+235=634 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.18% from 634); Green value is 214 (83.98% from 255 or 33.75% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: blue. Hex color #B9D6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D6EB is #462914. Grayscale: #CFCFCF. Windows color (decimal): -4598037 or 15455929. OLE color: 15455929.

HSL color Cylindrical-coordinate representation of color #B9D6EB: hue angle of 205.2º 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 #B9D6EB is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185214235-
CMYK0.210.0900.08
HSL205.2º55.56%82.35%-
HSV(B)205.2º21.28%92.16%-
XYZ59.0564.4187.92-
YUV207.72143.39111.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.18%
GREEN value IS 214 (83.98% from 255) = 33.75%
BLUE value IS 235 (92.19% from 255) = 37.07%
R=29.18%
G=33.75%
B=37.07%

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
Decimal1852142350.210.0900.08205.255.5682.35
HexB9D6EB15908cd3852
Octal271326353251101031570122
Binary10111001110101101110101110101100101000110011011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D6EB; }

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

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

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

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

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

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

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

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