Shades of Powder Blue #ADE3E3
Tints of Powder Blue #ADE3E3
RGB
CMYK
RGB Variations
Color information
#ADE3E3 (or 0xADE3E3) is known color: Powder Blue. HEX triplet: AD, E3 and E3. RGB value is (173,227,227). Sum of RGB (Red+Green+Blue) = 173+227+227=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 227 (89.06% from 255 or 36.20% from 627); Blue value is 227 (89.06% from 255 or 36.20% from 627); Max value from RGB is 227 - color contains mainly: green, blue. Hex color #ADE3E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE3E3 is #521C1C. Grayscale: #D2D2D2. Windows color (decimal): -5381149 or 14934957. OLE color: 14934957.
HSL color Cylindrical-coordinate representation of color #ADE3E3: hue angle of 180º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADE3E3 is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 173 | 227 | 227 | - |
CMYK | 0.24 | 0 | 0 | 0.11 |
HSL | 180º | 0.49% | 0.78% | - |
HSV(B) | 180º | 0.24% | 0.89% | - |
XYZ | 58.57 | 69.37 | 82.98 | - |
YUV | 210.85 | 137.11 | 101 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 227 | 227 | 0.24 | 0 | 0 | 0.11 | 180 | 0.49 | 0.78 |
Hex | AD | E3 | E3 | 18 | 0 | 0 | B | B4 | 31 | 4E |
Octal | 255 | 343 | 343 | 30 | 0 | 0 | 13 | 264 | 61 | 116 |
Binary | 10101101 | 11100011 | 11100011 | 11000 | 0 | 0 | 1011 | 10110100 | 110001 | 1001110 |
Color Harmonies of #ADE3E3
Complementary color
Monochromatic Colors of #ADE3E3
Black with #ADE3E3
Text Example
Text Example
White with #ADE3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE3E3; }
p { color: rgb(173,227,227); }
H1.HeaderClassName
{
color: #ADE3E3;
}
.AnyTagClassName
{
color: #ADE3E3;
}
</style>
background-color css
<style>
a { background-color: #ADE3E3; }
a { background-color: rgb(173,227,227); }
div.DivClassName
{
background-color: #ADE3E3;
}
.BgClassName
{
background-color: #ADE3E3;
}
</style>
border-color css
<style>
span { border-color: #ADE3E3; }
span { border-color: rgb(173,227,227); }
td.TdClassName
{
border-color: #ADE3E3;
}
.TagClassName
{
border-color: #ADE3E3;
}
</style>