Shades of Summer Sky #33AFDD
Tints of Summer Sky #33AFDD
RGB
CMYK
RGB Variations
Color information
#33AFDD (or 0x33AFDD) is known color: Summer Sky. HEX triplet: 33, AF and DD. RGB value is (51,175,221). Sum of RGB (Red+Green+Blue) = 51+175+221=447 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.41% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #33AFDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33AFDD is #CC5022. Grayscale: #8E8E8E. Windows color (decimal): -13389859 or 14528307. OLE color: 14528307.
HSL color Cylindrical-coordinate representation of color #33AFDD: hue angle of 196.24º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33AFDD is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 175 | 221 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.13 |
| HSL | 196.24º | 0.71% | 0.53% | - |
| HSV(B) | 196.24º | 0.77% | 0.87% | - |
| XYZ | 29.75 | 36.58 | 73.9 | - |
| YUV | 143.17 | 171.92 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 175 | 221 | 0.77 | 0.21 | 0 | 0.13 | 196.24 | 0.71 | 0.53 |
| Hex | 33 | AF | DD | 4D | 15 | 0 | D | C4 | 47 | 35 |
| Octal | 63 | 257 | 335 | 115 | 25 | 0 | 15 | 304 | 107 | 65 |
| Binary | 110011 | 10101111 | 11011101 | 1001101 | 10101 | 0 | 1101 | 11000100 | 1000111 | 110101 |
Color Harmonies of #33AFDD
Complementary color
Monochromatic Colors of #33AFDD
Black with #33AFDD
Text Example
Text Example
White with #33AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AFDD; }
p { color: rgb(51,175,221); }
H1.HeaderClassName
{
color: #33AFDD;
}
.AnyTagClassName
{
color: #33AFDD;
}
</style>
background-color css
<style>
a { background-color: #33AFDD; }
a { background-color: rgb(51,175,221); }
div.DivClassName
{
background-color: #33AFDD;
}
.BgClassName
{
background-color: #33AFDD;
}
</style>
border-color css
<style>
span { border-color: #33AFDD; }
span { border-color: rgb(51,175,221); }
td.TdClassName
{
border-color: #33AFDD;
}
.TagClassName
{
border-color: #33AFDD;
}
</style>