#B6DFEC

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

Shades of Light Blue #B6DFEC

Tints of Light Blue #B6DFEC

Color information

#B6DFEC (or 0xB6DFEC) is unknown color: approx Light Blue. HEX triplet: B6, DF and EC. RGB value is (182,223,236). Sum of RGB (Red+Green+Blue) = 182+223+236=641 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.39% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #B6DFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DFEC is #492013. Grayscale: #D4D4D4. Windows color (decimal): -4792340 or 15523766. OLE color: 15523766.

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

Color convert

RGB182223236-
CMYK0.230.0600.07
HSL194.44º58.7%81.96%-
HSV(B)194.44º22.88%92.55%-
XYZ60.8268.7889.43-
YUV212.22141.42106.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.39%
GREEN value IS 223 (87.5% from 255) = 34.79%
BLUE value IS 236 (92.58% from 255) = 36.82%
R=28.39%
G=34.79%
B=36.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1822232360.230.0600.07194.4458.781.96
HexB6DFEC17607c23b52
Octal2663373542760730273122
Binary101101101101111111101100101111100111110000101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DFEC; }

 p { color: rgb(182,223,236); }

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

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

 a { background-color: rgb(182,223,236); }

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

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

 span { border-color: rgb(182,223,236); }

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