#B9DDEA

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

Shades of Light Blue #B9DDEA

Tints of Light Blue #B9DDEA

Color information

#B9DDEA (or 0xB9DDEA) is unknown color: approx Light Blue. HEX triplet: B9, DD and EA. RGB value is (185,221,234). Sum of RGB (Red+Green+Blue) = 185+221+234=640 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.91% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 234 - color contains mainly: blue. Hex color #B9DDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DDEA is #462215. Grayscale: #D3D3D3. Windows color (decimal): -4596246 or 15392185. OLE color: 15392185.

HSL color Cylindrical-coordinate representation of color #B9DDEA: hue angle of 195.92º degrees, saturation: 0.54, 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 #B9DDEA is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185221234-
CMYK0.210.0600.08
HSL195.92º53.85%82.16%-
HSV(B)195.92º20.94%91.76%-
XYZ60.7267.9787.76-
YUV211.72140.57108.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.91%
GREEN value IS 221 (86.72% from 255) = 34.53%
BLUE value IS 234 (91.80% from 255) = 36.56%
R=28.91%
G=34.53%
B=36.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852212340.210.0600.08195.9253.8582.16
HexB9DDEA15608c43652
Octal27133535225601030466122
Binary1011100111011101111010101010111001000110001001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DDEA; }

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

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

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

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

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

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

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

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