#B9E0FD

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

Shades of Pale Cornflower Blue #B9E0FD

Tints of Pale Cornflower Blue #B9E0FD

Color information

#B9E0FD (or 0xB9E0FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: B9, E0 and FD. RGB value is (185,224,253). Sum of RGB (Red+Green+Blue) = 185+224+253=662 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.95% from 662); Green value is 224 (87.89% from 255 or 33.84% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9E0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9E0FD is #461F02. Grayscale: #D7D7D7. Windows color (decimal): -4595459 or 16638137. OLE color: 16638137.

HSL color Cylindrical-coordinate representation of color #B9E0FD: hue angle of 205.59º 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 #B9E0FD is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB185224253-
CMYK0.270.1100.01
HSL205.59º94.44%85.88%-
HSV(B)205.59º26.88%99.22%-
XYZ64.3970.72103.18-
YUV215.64149.08106.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.95%
GREEN value IS 224 (87.89% from 255) = 33.84%
BLUE value IS 253 (99.22% from 255) = 38.22%
R=27.95%
G=33.84%
B=38.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852242530.270.1100.01205.5994.4485.88
HexB9E0FD1BB01ce5e56
Octal271340375331301316136126
Binary101110011110000011111101110111011011100111010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E0FD; }

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

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

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

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

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

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

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

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