#B4DDED

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

Shades of Light Blue #B4DDED

Tints of Light Blue #B4DDED

Color information

#B4DDED (or 0xB4DDED) is unknown color: approx Light Blue. HEX triplet: B4, DD and ED. RGB value is (180,221,237). Sum of RGB (Red+Green+Blue) = 180+221+237=638 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.21% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #B4DDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DDED is #4B2212. Grayscale: #D2D2D2. Windows color (decimal): -4923923 or 15588788. OLE color: 15588788.

HSL color Cylindrical-coordinate representation of color #B4DDED: hue angle of 196.84º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4DDED is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180221237-
CMYK0.240.0700.07
HSL196.84º61.29%81.76%-
HSV(B)196.84º24.05%92.94%-
XYZ59.9667.5389.99-
YUV210.56142.92106.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.21%
GREEN value IS 221 (86.72% from 255) = 34.64%
BLUE value IS 237 (92.97% from 255) = 37.15%
R=28.21%
G=34.64%
B=37.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1802212370.240.0700.07196.8461.2981.76
HexB4DDED18707c53d52
Octal2643353553070730575122
Binary101101001101110111101101110001110111110001011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DDED; }

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

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

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

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

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

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

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

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