#B4DDE9

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

Shades of Light Blue #B4DDE9

Tints of Light Blue #B4DDE9

Color information

#B4DDE9 (or 0xB4DDE9) is unknown color: approx Light Blue. HEX triplet: B4, DD and E9. RGB value is (180,221,233). Sum of RGB (Red+Green+Blue) = 180+221+233=634 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.39% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 233 (91.41% from 255 or 36.75% from 634); Max value from RGB is 233 - color contains mainly: blue. Hex color #B4DDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DDE9 is #4B2216. Grayscale: #D2D2D2. Windows color (decimal): -4923927 or 15326644. OLE color: 15326644.

HSL color Cylindrical-coordinate representation of color #B4DDE9: hue angle of 193.58º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4DDE9 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB180221233-
CMYK0.230.0500.09
HSL193.58º54.64%80.98%-
HSV(B)193.58º22.75%91.37%-
XYZ59.3967.386.95-
YUV210.11140.92106.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.39%
GREEN value IS 221 (86.72% from 255) = 34.86%
BLUE value IS 233 (91.41% from 255) = 36.75%
R=28.39%
G=34.86%
B=36.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1802212330.230.0500.09193.5854.6480.98
HexB4DDE917509c23751
Octal26433535127501130267121
Binary1011010011011101111010011011110101001110000101101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DDE9; }

 p { color: rgb(180,221,233); }

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

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

 a { background-color: rgb(180,221,233); }

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

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

 span { border-color: rgb(180,221,233); }

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