#B6DEEF

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

Shades of Light Blue #B6DEEF

Tints of Light Blue #B6DEEF

Color information

#B6DEEF (or 0xB6DEEF) is unknown color: approx Light Blue. HEX triplet: B6, DE and EF. RGB value is (182,222,239). Sum of RGB (Red+Green+Blue) = 182+222+239=643 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.30% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #B6DEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DEEF is #492110. Grayscale: #D3D3D3. Windows color (decimal): -4792593 or 15720118. OLE color: 15720118.

HSL color Cylindrical-coordinate representation of color #B6DEEF: hue angle of 197.89º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6DEEF is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB182222239-
CMYK0.240.0700.06
HSL197.89º64.04%82.55%-
HSV(B)197.89º23.85%93.73%-
XYZ60.9968.4291.65-
YUV211.98143.25106.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.30%
GREEN value IS 222 (87.11% from 255) = 34.53%
BLUE value IS 239 (93.75% from 255) = 37.17%
R=28.30%
G=34.53%
B=37.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1822222390.240.0700.06197.8964.0482.55
HexB6DEEF18706c64053
Octal26633635730706306100123
Binary1011011011011110111011111100011101101100011010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DEEF; }

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

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

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

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

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

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

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

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