Shades of Summer Sky #33ADCD
Tints of Summer Sky #33ADCD
RGB
CMYK
RGB Variations
Color information
#33ADCD (or 0x33ADCD) is known color: Summer Sky. HEX triplet: 33, AD and CD. RGB value is (51,173,205). Sum of RGB (Red+Green+Blue) = 51+173+205=429 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.89% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #33ADCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ADCD is #CC5232. Grayscale: #8B8B8B. Windows color (decimal): -13390387 or 13479219. OLE color: 13479219.
HSL color Cylindrical-coordinate representation of color #33ADCD: hue angle of 192.47º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33ADCD is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 173 | 205 | - |
| CMYK | 0.75 | 0.16 | 0 | 0.20 |
| HSL | 192.47º | 0.61% | 0.5% | - |
| HSV(B) | 192.47º | 0.75% | 0.8% | - |
| XYZ | 27.33 | 35 | 63.07 | - |
| YUV | 140.17 | 164.58 | 64.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 173 | 205 | 0.75 | 0.16 | 0 | 0.20 | 192.47 | 0.61 | 0.5 |
| Hex | 33 | AD | CD | 4B | 10 | 0 | 14 | C0 | 3D | 32 |
| Octal | 63 | 255 | 315 | 113 | 20 | 0 | 24 | 300 | 75 | 62 |
| Binary | 110011 | 10101101 | 11001101 | 1001011 | 10000 | 0 | 10100 | 11000000 | 111101 | 110010 |
Color Harmonies of #33ADCD
Complementary color
Monochromatic Colors of #33ADCD
Black with #33ADCD
Text Example
Text Example
White with #33ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ADCD; }
p { color: rgb(51,173,205); }
H1.HeaderClassName
{
color: #33ADCD;
}
.AnyTagClassName
{
color: #33ADCD;
}
</style>
background-color css
<style>
a { background-color: #33ADCD; }
a { background-color: rgb(51,173,205); }
div.DivClassName
{
background-color: #33ADCD;
}
.BgClassName
{
background-color: #33ADCD;
}
</style>
border-color css
<style>
span { border-color: #33ADCD; }
span { border-color: rgb(51,173,205); }
td.TdClassName
{
border-color: #33ADCD;
}
.TagClassName
{
border-color: #33ADCD;
}
</style>