#B6DEF2

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

Shades of Light Blue #B6DEF2

Tints of Light Blue #B6DEF2

Color information

#B6DEF2 (or 0xB6DEF2) is unknown color: approx Light Blue. HEX triplet: B6, DE and F2. RGB value is (182,222,242). Sum of RGB (Red+Green+Blue) = 182+222+242=646 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.17% from 646); Green value is 222 (87.11% from 255 or 34.37% from 646); Blue value is 242 (94.92% from 255 or 37.46% from 646); Max value from RGB is 242 - color contains mainly: blue. Hex color #B6DEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DEF2 is #49210D. Grayscale: #D4D4D4. Windows color (decimal): -4792590 or 15916726. OLE color: 15916726.

HSL color Cylindrical-coordinate representation of color #B6DEF2: hue angle of 200º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6DEF2 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB182222242-
CMYK0.250.0800.05
HSL200º69.77%83.14%-
HSV(B)200º24.79%94.9%-
XYZ61.4468.694.01-
YUV212.32144.75106.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.17%
GREEN value IS 222 (87.11% from 255) = 34.37%
BLUE value IS 242 (94.92% from 255) = 37.46%
R=28.17%
G=34.37%
B=37.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1822222420.250.0800.0520069.7783.14
HexB6DEF219805c84653
Octal266336362311005310106123
Binary10110110110111101111001011001100001011100100010001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DEF2; }

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

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

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

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

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

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

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

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