#B6E2F9

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

Shades of Light Blue #B6E2F9

Tints of Light Blue #B6E2F9

Color information

#B6E2F9 (or 0xB6E2F9) is unknown color: approx Light Blue. HEX triplet: B6, E2 and F9. RGB value is (182,226,249). Sum of RGB (Red+Green+Blue) = 182+226+249=657 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.70% from 657); Green value is 226 (88.67% from 255 or 34.40% from 657); Blue value is 249 (97.66% from 255 or 37.90% from 657); Max value from RGB is 249 - color contains mainly: blue. Hex color #B6E2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6E2F9 is #491D06. Grayscale: #D7D7D7. Windows color (decimal): -4791559 or 16376502. OLE color: 16376502.

HSL color Cylindrical-coordinate representation of color #B6E2F9: hue angle of 200.6º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6E2F9 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB182226249-
CMYK0.270.0900.02
HSL200.6º84.81%84.51%-
HSV(B)200.6º26.91%97.65%-
XYZ63.5971.18100.01-
YUV215.47146.92104.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.70%
GREEN value IS 226 (88.67% from 255) = 34.40%
BLUE value IS 249 (97.66% from 255) = 37.90%
R=27.70%
G=34.40%
B=37.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822262490.270.0900.02200.684.8184.51
HexB6E2F91B902c95555
Octal266342371331102311125125
Binary1011011011100010111110011101110010101100100110101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E2F9; }

 p { color: rgb(182,226,249); }

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

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

 a { background-color: rgb(182,226,249); }

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

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

 span { border-color: rgb(182,226,249); }

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