#B9DAED

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

Shades of Light Blue #B9DAED

Tints of Light Blue #B9DAED

Color information

#B9DAED (or 0xB9DAED) is unknown color: approx Light Blue. HEX triplet: B9, DA and ED. RGB value is (185,218,237). Sum of RGB (Red+Green+Blue) = 185+218+237=640 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.91% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #B9DAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DAED is #462512. Grayscale: #D2D2D2. Windows color (decimal): -4597011 or 15588025. OLE color: 15588025.

HSL color Cylindrical-coordinate representation of color #B9DAED: hue angle of 201.92º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9DAED is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185218237-
CMYK0.220.0800.07
HSL201.92º59.09%82.75%-
HSV(B)201.92º21.94%92.94%-
XYZ60.3766.5789.79-
YUV210.3143.07109.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.91%
GREEN value IS 218 (85.55% from 255) = 34.06%
BLUE value IS 237 (92.97% from 255) = 37.03%
R=28.91%
G=34.06%
B=37.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852182370.220.0800.07201.9259.0982.75
HexB9DAED16807ca3b53
Octal27133235526100731273123
Binary1011100111011010111011011011010000111110010101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DAED; }

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

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

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

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

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

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

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

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