#B6E0EE

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

Shades of Light Blue #B6E0EE

Tints of Light Blue #B6E0EE

Color information

#B6E0EE (or 0xB6E0EE) is unknown color: approx Light Blue. HEX triplet: B6, E0 and EE. RGB value is (182,224,238). Sum of RGB (Red+Green+Blue) = 182+224+238=644 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.26% from 644); Green value is 224 (87.89% from 255 or 34.78% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 238 - color contains mainly: blue. Hex color #B6E0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6E0EE is #491F11. Grayscale: #D4D4D4. Windows color (decimal): -4792082 or 15655094. OLE color: 15655094.

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

Color convert

RGB182224238-
CMYK0.240.0600.07
HSL195º62.22%82.35%-
HSV(B)195º23.53%93.33%-
XYZ61.3869.4391.06-
YUV213.04142.09105.86-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.26%
GREEN value IS 224 (87.89% from 255) = 34.78%
BLUE value IS 238 (93.36% from 255) = 36.96%
R=28.26%
G=34.78%
B=36.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1822242380.240.0600.0719562.2282.35
HexB6E0EE18607c33e52
Octal2663403563060730376122
Binary101101101110000011101110110001100111110000111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E0EE; }

 p { color: rgb(182,224,238); }

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

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

 a { background-color: rgb(182,224,238); }

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

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

 span { border-color: rgb(182,224,238); }

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