Shades of Summer Sky #33ADDE
Tints of Summer Sky #33ADDE
RGB
CMYK
RGB Variations
Color information
#33ADDE (or 0x33ADDE) is known color: Summer Sky. HEX triplet: 33, AD and DE. RGB value is (51,173,222). Sum of RGB (Red+Green+Blue) = 51+173+222=446 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.43% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #33ADDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ADDE is #CC5221. Grayscale: #8D8D8D. Windows color (decimal): -13390370 or 14593331. OLE color: 14593331.
HSL color Cylindrical-coordinate representation of color #33ADDE: hue angle of 197.19º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33ADDE is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 173 | 222 | - |
| CMYK | 0.77 | 0.22 | 0 | 0.13 |
| HSL | 197.19º | 0.72% | 0.54% | - |
| HSV(B) | 197.19º | 0.77% | 0.87% | - |
| XYZ | 29.49 | 35.86 | 74.48 | - |
| YUV | 142.11 | 173.08 | 63.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 173 | 222 | 0.77 | 0.22 | 0 | 0.13 | 197.19 | 0.72 | 0.54 |
| Hex | 33 | AD | DE | 4D | 16 | 0 | D | C5 | 48 | 36 |
| Octal | 63 | 255 | 336 | 115 | 26 | 0 | 15 | 305 | 110 | 66 |
| Binary | 110011 | 10101101 | 11011110 | 1001101 | 10110 | 0 | 1101 | 11000101 | 1001000 | 110110 |
Color Harmonies of #33ADDE
Complementary color
Monochromatic Colors of #33ADDE
Black with #33ADDE
Text Example
Text Example
White with #33ADDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ADDE; }
p { color: rgb(51,173,222); }
H1.HeaderClassName
{
color: #33ADDE;
}
.AnyTagClassName
{
color: #33ADDE;
}
</style>
background-color css
<style>
a { background-color: #33ADDE; }
a { background-color: rgb(51,173,222); }
div.DivClassName
{
background-color: #33ADDE;
}
.BgClassName
{
background-color: #33ADDE;
}
</style>
border-color css
<style>
span { border-color: #33ADDE; }
span { border-color: rgb(51,173,222); }
td.TdClassName
{
border-color: #33ADDE;
}
.TagClassName
{
border-color: #33ADDE;
}
</style>