#B9DAEB

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

Shades of Light Blue #B9DAEB

Tints of Light Blue #B9DAEB

Color information

#B9DAEB (or 0xB9DAEB) is unknown color: approx Light Blue. HEX triplet: B9, DA and EB. RGB value is (185,218,235). Sum of RGB (Red+Green+Blue) = 185+218+235=638 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.00% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 235 - color contains mainly: blue. Hex color #B9DAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DAEB is #462514. Grayscale: #D1D1D1. Windows color (decimal): -4597013 or 15456953. OLE color: 15456953.

HSL color Cylindrical-coordinate representation of color #B9DAEB: hue angle of 200.4º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9DAEB is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185218235-
CMYK0.210.0700.08
HSL200.4º55.56%82.35%-
HSV(B)200.4º21.28%92.16%-
XYZ60.0766.4688.26-
YUV210.07142.07110.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.00%
GREEN value IS 218 (85.55% from 255) = 34.17%
BLUE value IS 235 (92.19% from 255) = 36.83%
R=29.00%
G=34.17%
B=36.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852182350.210.0700.08200.455.5682.35
HexB9DAEB15708c83852
Octal27133235325701031070122
Binary1011100111011010111010111010111101000110010001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DAEB; }

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

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

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

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

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

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

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

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