#B9DBFD

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

Shades of Pale Cornflower Blue #B9DBFD

Tints of Pale Cornflower Blue #B9DBFD

Color information

#B9DBFD (or 0xB9DBFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: B9, DB and FD. RGB value is (185,219,253). Sum of RGB (Red+Green+Blue) = 185+219+253=657 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.16% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9DBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DBFD is #462402. Grayscale: #D4D4D4. Windows color (decimal): -4596739 or 16636857. OLE color: 16636857.

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

Color convert

RGB185219253-
CMYK0.270.1300.01
HSL210º94.44%85.88%-
HSV(B)210º26.88%99.22%-
XYZ63.0768.07102.74-
YUV212.71150.74108.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.16%
GREEN value IS 219 (85.94% from 255) = 33.33%
BLUE value IS 253 (99.22% from 255) = 38.51%
R=28.16%
G=33.33%
B=38.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852192530.270.1300.0121094.4485.88
HexB9DBFD1BD01d25e56
Octal271333375331501322136126
Binary101110011101101111111101110111101011101001010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DBFD; }

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

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

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

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

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

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

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

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