#B3DDED

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

Shades of Light Blue #B3DDED

Tints of Light Blue #B3DDED

Color information

#B3DDED (or 0xB3DDED) is unknown color: approx Light Blue. HEX triplet: B3, DD and ED. RGB value is (179,221,237). Sum of RGB (Red+Green+Blue) = 179+221+237=637 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.10% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #B3DDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DDED is #4C2212. Grayscale: #D2D2D2. Windows color (decimal): -4989459 or 15588787. OLE color: 15588787.

HSL color Cylindrical-coordinate representation of color #B3DDED: hue angle of 196.55º degrees, saturation: 0.62, 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 #B3DDED is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179221237-
CMYK0.240.0700.07
HSL196.55º61.7%81.57%-
HSV(B)196.55º24.47%92.94%-
XYZ59.7367.4189.98-
YUV210.27143.09105.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.10%
GREEN value IS 221 (86.72% from 255) = 34.69%
BLUE value IS 237 (92.97% from 255) = 37.21%
R=28.10%
G=34.69%
B=37.21%

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
Decimal1792212370.240.0700.07196.5561.781.57
HexB3DDED18707c53e52
Octal2633353553070730576122
Binary101100111101110111101101110001110111110001011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DDED; }

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

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

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

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

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

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

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

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