Shades of Summer Sky #33AFCC
Tints of Summer Sky #33AFCC
RGB
CMYK
RGB Variations
Color information
#33AFCC (or 0x33AFCC) is known color: Summer Sky. HEX triplet: 33, AF and CC. RGB value is (51,175,204). Sum of RGB (Red+Green+Blue) = 51+175+204=430 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.86% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #33AFCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33AFCC is #CC5033. Grayscale: #8C8C8C. Windows color (decimal): -13389876 or 13414195. OLE color: 13414195.
HSL color Cylindrical-coordinate representation of color #33AFCC: hue angle of 191.37º degrees, saturation: 0.6, 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 #33AFCC is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 175 | 204 | - |
| CMYK | 0.75 | 0.14 | 0 | 0.2 |
| HSL | 191.37º | 0.6% | 0.5% | - |
| HSV(B) | 191.37º | 0.75% | 0.8% | - |
| XYZ | 27.59 | 35.72 | 62.57 | - |
| YUV | 141.23 | 163.42 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 175 | 204 | 0.75 | 0.14 | 0 | 0.2 | 191.37 | 0.6 | 0.5 |
| Hex | 33 | AF | CC | 4B | E | 0 | 14 | BF | 3C | 32 |
| Octal | 63 | 257 | 314 | 113 | 16 | 0 | 24 | 277 | 74 | 62 |
| Binary | 110011 | 10101111 | 11001100 | 1001011 | 1110 | 0 | 10100 | 10111111 | 111100 | 110010 |
Color Harmonies of #33AFCC
Complementary color
Monochromatic Colors of #33AFCC
Black with #33AFCC
Text Example
Text Example
White with #33AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AFCC; }
p { color: rgb(51,175,204); }
H1.HeaderClassName
{
color: #33AFCC;
}
.AnyTagClassName
{
color: #33AFCC;
}
</style>
background-color css
<style>
a { background-color: #33AFCC; }
a { background-color: rgb(51,175,204); }
div.DivClassName
{
background-color: #33AFCC;
}
.BgClassName
{
background-color: #33AFCC;
}
</style>
border-color css
<style>
span { border-color: #33AFCC; }
span { border-color: rgb(51,175,204); }
td.TdClassName
{
border-color: #33AFCC;
}
.TagClassName
{
border-color: #33AFCC;
}
</style>