#B9D7EE

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

Shades of Pale Cornflower Blue #B9D7EE

Tints of Pale Cornflower Blue #B9D7EE

Color information

#B9D7EE (or 0xB9D7EE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B9, D7 and EE. RGB value is (185,215,238). Sum of RGB (Red+Green+Blue) = 185+215+238=638 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.00% from 638); Green value is 215 (84.38% from 255 or 33.70% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #B9D7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D7EE is #462811. Grayscale: #D0D0D0. Windows color (decimal): -4597778 or 15652793. OLE color: 15652793.

HSL color Cylindrical-coordinate representation of color #B9D7EE: hue angle of 206.04º 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 #B9D7EE is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185215238-
CMYK0.220.1000.07
HSL206.04º60.92%82.94%-
HSV(B)206.04º22.27%93.33%-
XYZ59.7465.0990.3-
YUV208.65144.56111.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.00%
GREEN value IS 215 (84.38% from 255) = 33.70%
BLUE value IS 238 (93.36% from 255) = 37.30%
R=29.00%
G=33.70%
B=37.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852152380.220.1000.07206.0460.9282.94
HexB9D7EE16A07ce3d53
Octal27132735626120731675123
Binary1011100111010111111011101011010100111110011101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D7EE; }

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

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

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

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

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

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

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

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