#B9D9EF

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

Shades of Pale Cornflower Blue #B9D9EF

Tints of Pale Cornflower Blue #B9D9EF

Color information

#B9D9EF (or 0xB9D9EF) is unknown color: approx Pale Cornflower Blue. HEX triplet: B9, D9 and EF. RGB value is (185,217,239). Sum of RGB (Red+Green+Blue) = 185+217+239=641 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.86% from 641); Green value is 217 (85.16% from 255 or 33.85% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #B9D9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D9EF is #462610. Grayscale: #D1D1D1. Windows color (decimal): -4597265 or 15718841. OLE color: 15718841.

HSL color Cylindrical-coordinate representation of color #B9D9EF: hue angle of 204.44º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9D9EF is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB185217239-
CMYK0.230.0900.06
HSL204.44º62.79%83.14%-
HSV(B)204.44º22.59%93.73%-
XYZ60.466.1791.25-
YUV209.94144.4110.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.86%
GREEN value IS 217 (85.16% from 255) = 33.85%
BLUE value IS 239 (93.75% from 255) = 37.29%
R=28.86%
G=33.85%
B=37.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1852172390.230.0900.06204.4462.7983.14
HexB9D9EF17906cc3f53
Octal27133135727110631477123
Binary1011100111011001111011111011110010110110011001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D9EF; }

 p { color: rgb(185,217,239); }

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

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

 a { background-color: rgb(185,217,239); }

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

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

 span { border-color: rgb(185,217,239); }

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