#B9DDFD

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

Shades of Pale Cornflower Blue #B9DDFD

Tints of Pale Cornflower Blue #B9DDFD

Color information

#B9DDFD (or 0xB9DDFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: B9, DD and FD. RGB value is (185,221,253). Sum of RGB (Red+Green+Blue) = 185+221+253=659 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.07% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9DDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DDFD is #462202. Grayscale: #D5D5D5. Windows color (decimal): -4596227 or 16637369. OLE color: 16637369.

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

Color convert

RGB185221253-
CMYK0.270.1300.01
HSL208.24º94.44%85.88%-
HSV(B)208.24º26.88%99.22%-
XYZ63.5969.12102.92-
YUV213.88150.07107.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.07%
GREEN value IS 221 (86.72% from 255) = 33.54%
BLUE value IS 253 (99.22% from 255) = 38.39%
R=28.07%
G=33.54%
B=38.39%

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
Decimal1852212530.270.1300.01208.2494.4485.88
HexB9DDFD1BD01d05e56
Octal271335375331501320136126
Binary101110011101110111111101110111101011101000010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DDFD; }

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

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

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

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

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

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

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

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