#B3DEEB

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

Shades of Light Blue #B3DEEB

Tints of Light Blue #B3DEEB

Color information

#B3DEEB (or 0xB3DEEB) is unknown color: approx Light Blue. HEX triplet: B3, DE and EB. RGB value is (179,222,235). Sum of RGB (Red+Green+Blue) = 179+222+235=636 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.14% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #B3DEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DEEB is #4C2114. Grayscale: #D2D2D2. Windows color (decimal): -4989205 or 15457971. OLE color: 15457971.

HSL color Cylindrical-coordinate representation of color #B3DEEB: hue angle of 193.93º 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 #B3DEEB is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179222235-
CMYK0.240.0600.08
HSL193.93º58.33%81.18%-
HSV(B)193.93º23.83%92.16%-
XYZ59.7167.8288.54-
YUV210.62141.75105.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.14%
GREEN value IS 222 (87.11% from 255) = 34.91%
BLUE value IS 235 (92.19% from 255) = 36.95%
R=28.14%
G=34.91%
B=36.95%

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
Decimal1792222350.240.0600.08193.9358.3381.18
HexB3DEEB18608c23a51
Octal26333635330601030272121
Binary1011001111011110111010111100011001000110000101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DEEB; }

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

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

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

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

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

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

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

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