Shades of Summer Sky #33A8CA
Tints of Summer Sky #33A8CA
RGB
CMYK
RGB Variations
Color information
#33A8CA (or 0x33A8CA) is known color: Summer Sky. HEX triplet: 33, A8 and CA. RGB value is (51,168,202). Sum of RGB (Red+Green+Blue) = 51+168+202=421 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.11% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #33A8CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33A8CA is #CC5735. Grayscale: #888888. Windows color (decimal): -13391670 or 13281331. OLE color: 13281331.
HSL color Cylindrical-coordinate representation of color #33A8CA: hue angle of 193.51º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33A8CA is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 51 | 168 | 202 | - |
| CMYK | 0.75 | 0.17 | 0 | 0.21 |
| HSL | 193.51º | 0.6% | 0.5% | - |
| HSV(B) | 193.51º | 0.75% | 0.79% | - |
| XYZ | 26.03 | 32.97 | 60.87 | - |
| YUV | 136.89 | 164.74 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 168 | 202 | 0.75 | 0.17 | 0 | 0.21 | 193.51 | 0.6 | 0.5 |
| Hex | 33 | A8 | CA | 4B | 11 | 0 | 15 | C2 | 3C | 32 |
| Octal | 63 | 250 | 312 | 113 | 21 | 0 | 25 | 302 | 74 | 62 |
| Binary | 110011 | 10101000 | 11001010 | 1001011 | 10001 | 0 | 10101 | 11000010 | 111100 | 110010 |
Color Harmonies of #33A8CA
Complementary color
Monochromatic Colors of #33A8CA
Black with #33A8CA
Text Example
Text Example
White with #33A8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A8CA; }
p { color: rgb(51,168,202); }
H1.HeaderClassName
{
color: #33A8CA;
}
.AnyTagClassName
{
color: #33A8CA;
}
</style>
background-color css
<style>
a { background-color: #33A8CA; }
a { background-color: rgb(51,168,202); }
div.DivClassName
{
background-color: #33A8CA;
}
.BgClassName
{
background-color: #33A8CA;
}
</style>
border-color css
<style>
span { border-color: #33A8CA; }
span { border-color: rgb(51,168,202); }
td.TdClassName
{
border-color: #33A8CA;
}
.TagClassName
{
border-color: #33A8CA;
}
</style>