#B9DBFE

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

Shades of Pale Cornflower Blue #B9DBFE

Tints of Pale Cornflower Blue #B9DBFE

Color information

#B9DBFE (or 0xB9DBFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B9, DB and FE. RGB value is (185,219,254). Sum of RGB (Red+Green+Blue) = 185+219+254=658 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.12% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9DBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DBFE is #462401. Grayscale: #D4D4D4. Windows color (decimal): -4596738 or 16702393. OLE color: 16702393.

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

Color convert

RGB185219254-
CMYK0.270.1400.00
HSL210.43º97.18%86.08%-
HSV(B)210.43º27.17%99.61%-
XYZ63.2368.13103.58-
YUV212.82151.24108.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.12%
GREEN value IS 219 (85.94% from 255) = 33.28%
BLUE value IS 254 (99.61% from 255) = 38.60%
R=28.12%
G=33.28%
B=38.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1852192540.270.1400.00210.4397.1886.08
HexB9DBFE1BE00d26156
Octal271333376331600322141126
Binary101110011101101111111110110111110001101001011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DBFE; }

 p { color: rgb(185,219,254); }

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

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

 a { background-color: rgb(185,219,254); }

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

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

 span { border-color: rgb(185,219,254); }

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