#B6DAE5

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

Shades of Light Blue #B6DAE5

Tints of Light Blue #B6DAE5

Color information

#B6DAE5 (or 0xB6DAE5) is unknown color: approx Light Blue. HEX triplet: B6, DA and E5. RGB value is (182,218,229). Sum of RGB (Red+Green+Blue) = 182+218+229=629 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.93% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 229 (89.84% from 255 or 36.41% from 629); Max value from RGB is 229 - color contains mainly: blue. Hex color #B6DAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DAE5 is #49251A. Grayscale: #D0D0D0. Windows color (decimal): -4793627 or 15063734. OLE color: 15063734.

HSL color Cylindrical-coordinate representation of color #B6DAE5: hue angle of 194.04º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6DAE5 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB182218229-
CMYK0.210.0500.10
HSL194.04º47.47%80.59%-
HSV(B)194.04º20.52%89.8%-
XYZ58.5165.7583.74-
YUV208.49139.57109.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.93%
GREEN value IS 218 (85.55% from 255) = 34.66%
BLUE value IS 229 (89.84% from 255) = 36.41%
R=28.93%
G=34.66%
B=36.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1822182290.210.0500.10194.0447.4780.59
HexB6DAE51550Ac22f51
Octal26633234525501230257121
Binary1011011011011010111001011010110101010110000101011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DAE5; }

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

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

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

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

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

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

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

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