#B9DEFD

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

Shades of Pale Cornflower Blue #B9DEFD

Tints of Pale Cornflower Blue #B9DEFD

Color information

#B9DEFD (or 0xB9DEFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: B9, DE and FD. RGB value is (185,222,253). Sum of RGB (Red+Green+Blue) = 185+222+253=660 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.03% from 660); Green value is 222 (87.11% from 255 or 33.64% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9DEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DEFD is #462102. Grayscale: #D6D6D6. Windows color (decimal): -4595971 or 16637625. OLE color: 16637625.

HSL color Cylindrical-coordinate representation of color #B9DEFD: hue angle of 207.35º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9DEFD is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB185222253-
CMYK0.270.1200.01
HSL207.35º94.44%85.88%-
HSV(B)207.35º26.88%99.22%-
XYZ63.8669.65103.01-
YUV214.47149.74106.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.03%
GREEN value IS 222 (87.11% from 255) = 33.64%
BLUE value IS 253 (99.22% from 255) = 38.33%
R=28.03%
G=33.64%
B=38.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852222530.270.1200.01207.3594.4485.88
HexB9DEFD1BC01cf5e56
Octal271336375331401317136126
Binary101110011101111011111101110111100011100111110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DEFD; }

 p { color: rgb(185,222,253); }

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

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

 a { background-color: rgb(185,222,253); }

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

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

 span { border-color: rgb(185,222,253); }

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