Shades of Light Blue #B6DAE5
Tints of Light Blue #B6DAE5
RGB
CMYK
RGB Variations
Color information
#B6DAE5 (or 0xB6DAE5) is known color: 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
RGB | 182 | 218 | 229 | - |
CMYK | 0.21 | 0.05 | 0 | 0.10 |
HSL | 194.04º | 0.47% | 0.81% | - |
HSV(B) | 194.04º | 0.21% | 0.9% | - |
XYZ | 58.51 | 65.75 | 83.74 | - |
YUV | 208.49 | 139.57 | 109.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 218 | 229 | 0.21 | 0.05 | 0 | 0.10 | 194.04 | 0.47 | 0.81 |
Hex | B6 | DA | E5 | 15 | 5 | 0 | A | C2 | 2F | 51 |
Octal | 266 | 332 | 345 | 25 | 5 | 0 | 12 | 302 | 57 | 121 |
Binary | 10110110 | 11011010 | 11100101 | 10101 | 101 | 0 | 1010 | 11000010 | 101111 | 1010001 |
Color Harmonies of #B6DAE5
Complementary color
Monochromatic Colors of #B6DAE5
Black with #B6DAE5
Text Example
Text Example
White with #B6DAE5
Text Example
Text Example
HTML Codes & Css Web 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>