#B6DEEB

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

Shades of Light Blue #B6DEEB

Tints of Light Blue #B6DEEB

Color information

#B6DEEB (or 0xB6DEEB) is unknown color: approx Light Blue. HEX triplet: B6, DE and EB. RGB value is (182,222,235). Sum of RGB (Red+Green+Blue) = 182+222+235=639 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.48% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #B6DEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DEEB is #492114. Grayscale: #D3D3D3. Windows color (decimal): -4792597 or 15457974. OLE color: 15457974.

HSL color Cylindrical-coordinate representation of color #B6DEEB: hue angle of 194.72º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6DEEB is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182222235-
CMYK0.230.0600.08
HSL194.72º56.99%81.76%-
HSV(B)194.72º22.55%92.16%-
XYZ60.4168.1988.57-
YUV211.52141.25106.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.48%
GREEN value IS 222 (87.11% from 255) = 34.74%
BLUE value IS 235 (92.19% from 255) = 36.78%
R=28.48%
G=34.74%
B=36.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1822222350.230.0600.08194.7256.9981.76
HexB6DEEB17608c33952
Octal26633635327601030371122
Binary1011011011011110111010111011111001000110000111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DEEB; }

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

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

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

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

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

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

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

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