#B5DDEA

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

Shades of Light Blue #B5DDEA

Tints of Light Blue #B5DDEA

Color information

#B5DDEA (or 0xB5DDEA) is unknown color: approx Light Blue. HEX triplet: B5, DD and EA. RGB value is (181,221,234). Sum of RGB (Red+Green+Blue) = 181+221+234=636 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.46% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #B5DDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DDEA is #4A2215. Grayscale: #D2D2D2. Windows color (decimal): -4858390 or 15392181. OLE color: 15392181.

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

Color convert

RGB181221234-
CMYK0.230.0600.08
HSL194.72º55.79%81.37%-
HSV(B)194.72º22.65%91.76%-
XYZ59.7667.4887.72-
YUV210.52141.25106.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.46%
GREEN value IS 221 (86.72% from 255) = 34.75%
BLUE value IS 234 (91.80% from 255) = 36.79%
R=28.46%
G=34.75%
B=36.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1812212340.230.0600.08194.7255.7981.37
HexB5DDEA17608c33851
Octal26533535227601030370121
Binary1011010111011101111010101011111001000110000111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DDEA; }

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

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

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

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

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

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

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

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