#B9D4EE

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

Shades of Pale Cornflower Blue #B9D4EE

Tints of Pale Cornflower Blue #B9D4EE

Color information

#B9D4EE (or 0xB9D4EE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B9, D4 and EE. RGB value is (185,212,238). Sum of RGB (Red+Green+Blue) = 185+212+238=635 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.13% from 635); Green value is 212 (83.20% from 255 or 33.39% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #B9D4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D4EE is #462B11. Grayscale: #CECECE. Windows color (decimal): -4598546 or 15652025. OLE color: 15652025.

HSL color Cylindrical-coordinate representation of color #B9D4EE: hue angle of 209.43º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9D4EE is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185212238-
CMYK0.220.1100.07
HSL209.43º60.92%82.94%-
HSV(B)209.43º22.27%93.33%-
XYZ58.9863.5790.05-
YUV206.89145.55112.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.13%
GREEN value IS 212 (83.20% from 255) = 33.39%
BLUE value IS 238 (93.36% from 255) = 37.48%
R=29.13%
G=33.39%
B=37.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852122380.220.1100.07209.4360.9282.94
HexB9D4EE16B07d13d53
Octal27132435626130732175123
Binary1011100111010100111011101011010110111110100011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D4EE; }

 p { color: rgb(185,212,238); }

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

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

 a { background-color: rgb(185,212,238); }

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

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

 span { border-color: rgb(185,212,238); }

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