#B9DEFF

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

Shades of Pale Cornflower Blue #B9DEFF

Tints of Pale Cornflower Blue #B9DEFF

Color information

#B9DEFF (or 0xB9DEFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: B9, DE and FF. RGB value is (185,222,255). Sum of RGB (Red+Green+Blue) = 185+222+255=662 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.95% from 662); Green value is 222 (87.11% from 255 or 33.53% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9DEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DEFF is #462100. Grayscale: #D6D6D6. Windows color (decimal): -4595969 or 16768697. OLE color: 16768697.

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

Color convert

RGB185222255-
CMYK0.270.1300
HSL208.29º100%86.27%-
HSV(B)208.29º27.45%100%-
XYZ64.1869.78104.69-
YUV214.7150.74106.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.95%
GREEN value IS 222 (87.11% from 255) = 33.53%
BLUE value IS 255 (100% from 255) = 38.52%
R=27.95%
G=33.53%
B=38.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852222550.270.1300208.2910086.27
HexB9DEFF1BD00d06456
Octal271336377331500320144126
Binary101110011101111011111111110111101001101000011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DEFF; }

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

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

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

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

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

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

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

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