#B6DEEE

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

Shades of Light Blue #B6DEEE

Tints of Light Blue #B6DEEE

Color information

#B6DEEE (or 0xB6DEEE) is unknown color: approx Light Blue. HEX triplet: B6, DE and EE. RGB value is (182,222,238). Sum of RGB (Red+Green+Blue) = 182+222+238=642 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.35% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #B6DEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DEEE is #492111. Grayscale: #D3D3D3. Windows color (decimal): -4792594 or 15654582. OLE color: 15654582.

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

Color convert

RGB182222238-
CMYK0.240.0700.07
HSL197.14º62.22%82.35%-
HSV(B)197.14º23.53%93.33%-
XYZ60.8568.3690.88-
YUV211.86142.75106.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.35%
GREEN value IS 222 (87.11% from 255) = 34.58%
BLUE value IS 238 (93.36% from 255) = 37.07%
R=28.35%
G=34.58%
B=37.07%

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
Decimal1822222380.240.0700.07197.1462.2282.35
HexB6DEEE18707c53e52
Octal2663363563070730576122
Binary101101101101111011101110110001110111110001011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DEEE; }

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

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

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

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

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

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

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

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