#B9DAFD

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

Shades of Pale Cornflower Blue #B9DAFD

Tints of Pale Cornflower Blue #B9DAFD

Color information

#B9DAFD (or 0xB9DAFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: B9, DA and FD. RGB value is (185,218,253). Sum of RGB (Red+Green+Blue) = 185+218+253=656 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.20% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9DAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DAFD is #462502. Grayscale: #D3D3D3. Windows color (decimal): -4596995 or 16636601. OLE color: 16636601.

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

Color convert

RGB185218253-
CMYK0.270.1400.01
HSL210.88º94.44%85.88%-
HSV(B)210.88º26.88%99.22%-
XYZ62.8167.55102.66-
YUV212.12151.07108.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.20%
GREEN value IS 218 (85.55% from 255) = 33.23%
BLUE value IS 253 (99.22% from 255) = 38.57%
R=28.20%
G=33.23%
B=38.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852182530.270.1400.01210.8894.4485.88
HexB9DAFD1BE01d35e56
Octal271332375331601323136126
Binary101110011101101011111101110111110011101001110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DAFD; }

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

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

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

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

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

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

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

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