#B3DDEB

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

Shades of Light Blue #B3DDEB

Tints of Light Blue #B3DDEB

Color information

#B3DDEB (or 0xB3DDEB) is unknown color: approx Light Blue. HEX triplet: B3, DD and EB. RGB value is (179,221,235). Sum of RGB (Red+Green+Blue) = 179+221+235=635 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.19% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #B3DDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DDEB is #4C2214. Grayscale: #D1D1D1. Windows color (decimal): -4989461 or 15457715. OLE color: 15457715.

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

Color convert

RGB179221235-
CMYK0.240.0600.08
HSL195º58.33%81.18%-
HSV(B)195º23.83%92.16%-
XYZ59.4467.2988.45-
YUV210.04142.09105.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.19%
GREEN value IS 221 (86.72% from 255) = 34.80%
BLUE value IS 235 (92.19% from 255) = 37.01%
R=28.19%
G=34.80%
B=37.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1792212350.240.0600.0819558.3381.18
HexB3DDEB18608c33a51
Octal26333535330601030372121
Binary1011001111011101111010111100011001000110000111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DDEB; }

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

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

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

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

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

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

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

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