Shades of Summer Sky #33ABCA
Tints of Summer Sky #33ABCA
RGB
CMYK
RGB Variations
Color information
#33ABCA (or 0x33ABCA) is known color: Summer Sky. HEX triplet: 33, AB and CA. RGB value is (51,171,202). Sum of RGB (Red+Green+Blue) = 51+171+202=424 (56% of max value = 765). Red value is 51 (20.31% from 255 or 12.03% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #33ABCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ABCA is #CC5435. Grayscale: #8A8A8A. Windows color (decimal): -13390902 or 13282099. OLE color: 13282099.
HSL color Cylindrical-coordinate representation of color #33ABCA: hue angle of 192.32º 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 #33ABCA is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 51 | 171 | 202 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.21 |
| HSL | 192.32º | 0.6% | 0.5% | - |
| HSV(B) | 192.32º | 0.75% | 0.79% | - |
| XYZ | 26.59 | 34.09 | 61.06 | - |
| YUV | 138.65 | 163.74 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 171 | 202 | 0.75 | 0.15 | 0 | 0.21 | 192.32 | 0.6 | 0.5 |
| Hex | 33 | AB | CA | 4B | F | 0 | 15 | C0 | 3C | 32 |
| Octal | 63 | 253 | 312 | 113 | 17 | 0 | 25 | 300 | 74 | 62 |
| Binary | 110011 | 10101011 | 11001010 | 1001011 | 1111 | 0 | 10101 | 11000000 | 111100 | 110010 |
Color Harmonies of #33ABCA
Complementary color
Monochromatic Colors of #33ABCA
Black with #33ABCA
Text Example
Text Example
White with #33ABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ABCA; }
p { color: rgb(51,171,202); }
H1.HeaderClassName
{
color: #33ABCA;
}
.AnyTagClassName
{
color: #33ABCA;
}
</style>
background-color css
<style>
a { background-color: #33ABCA; }
a { background-color: rgb(51,171,202); }
div.DivClassName
{
background-color: #33ABCA;
}
.BgClassName
{
background-color: #33ABCA;
}
</style>
border-color css
<style>
span { border-color: #33ABCA; }
span { border-color: rgb(51,171,202); }
td.TdClassName
{
border-color: #33ABCA;
}
.TagClassName
{
border-color: #33ABCA;
}
</style>