#B6DFEF

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

Shades of Light Blue #B6DFEF

Tints of Light Blue #B6DFEF

Color information

#B6DFEF (or 0xB6DFEF) is unknown color: approx Light Blue. HEX triplet: B6, DF and EF. RGB value is (182,223,239). Sum of RGB (Red+Green+Blue) = 182+223+239=644 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.26% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #B6DFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DFEF is #492010. Grayscale: #D4D4D4. Windows color (decimal): -4792337 or 15720374. OLE color: 15720374.

HSL color Cylindrical-coordinate representation of color #B6DFEF: hue angle of 196.84º 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 #B6DFEF is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB182223239-
CMYK0.240.0700.06
HSL196.84º64.04%82.55%-
HSV(B)196.84º23.85%93.73%-
XYZ61.2668.9591.74-
YUV212.56142.92106.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.26%
GREEN value IS 223 (87.5% from 255) = 34.63%
BLUE value IS 239 (93.75% from 255) = 37.11%
R=28.26%
G=34.63%
B=37.11%

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
Decimal1822232390.240.0700.06196.8464.0482.55
HexB6DFEF18706c54053
Octal26633735730706305100123
Binary1011011011011111111011111100011101101100010110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DFEF; }

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

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

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

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

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

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

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

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