#B6DAED

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

Shades of Light Blue #B6DAED

Tints of Light Blue #B6DAED

Color information

#B6DAED (or 0xB6DAED) is unknown color: approx Light Blue. HEX triplet: B6, DA and ED. RGB value is (182,218,237). Sum of RGB (Red+Green+Blue) = 182+218+237=637 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.57% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #B6DAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DAED is #492512. Grayscale: #D1D1D1. Windows color (decimal): -4793619 or 15588022. OLE color: 15588022.

HSL color Cylindrical-coordinate representation of color #B6DAED: hue angle of 200.73º degrees, saturation: 0.6, 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 #B6DAED is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182218237-
CMYK0.230.0800.07
HSL200.73º60.44%82.16%-
HSV(B)200.73º23.21%92.94%-
XYZ59.6566.289.76-
YUV209.4143.57108.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.57%
GREEN value IS 218 (85.55% from 255) = 34.22%
BLUE value IS 237 (92.97% from 255) = 37.21%
R=28.57%
G=34.22%
B=37.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1822182370.230.0800.07200.7360.4482.16
HexB6DAED17807c93c52
Octal26633235527100731174122
Binary1011011011011010111011011011110000111110010011111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DAED; }

 p { color: rgb(182,218,237); }

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

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

 a { background-color: rgb(182,218,237); }

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

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

 span { border-color: rgb(182,218,237); }

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