Shades of Summer Sky #33CAFA
Tints of Summer Sky #33CAFA
RGB
CMYK
RGB Variations
Color information
#33CAFA (or 0x33CAFA) is known color: Summer Sky. HEX triplet: 33, CA and FA. RGB value is (51,202,250). Sum of RGB (Red+Green+Blue) = 51+202+250=503 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.14% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #33CAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33CAFA is #CC3505. Grayscale: #A1A1A1. Windows color (decimal): -13382918 or 16435763. OLE color: 16435763.
HSL color Cylindrical-coordinate representation of color #33CAFA: hue angle of 194.47º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33CAFA is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 202 | 250 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.02 |
| HSL | 194.47º | 0.95% | 0.59% | - |
| HSV(B) | 194.47º | 0.8% | 0.98% | - |
| XYZ | 39.74 | 49.85 | 97.97 | - |
| YUV | 162.32 | 177.47 | 48.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 202 | 250 | 0.80 | 0.19 | 0 | 0.02 | 194.47 | 0.95 | 0.59 |
| Hex | 33 | CA | FA | 50 | 13 | 0 | 2 | C2 | 5F | 3B |
| Octal | 63 | 312 | 372 | 120 | 23 | 0 | 2 | 302 | 137 | 73 |
| Binary | 110011 | 11001010 | 11111010 | 1010000 | 10011 | 0 | 10 | 11000010 | 1011111 | 111011 |
Color Harmonies of #33CAFA
Complementary color
Monochromatic Colors of #33CAFA
Black with #33CAFA
Text Example
Text Example
White with #33CAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CAFA; }
p { color: rgb(51,202,250); }
H1.HeaderClassName
{
color: #33CAFA;
}
.AnyTagClassName
{
color: #33CAFA;
}
</style>
background-color css
<style>
a { background-color: #33CAFA; }
a { background-color: rgb(51,202,250); }
div.DivClassName
{
background-color: #33CAFA;
}
.BgClassName
{
background-color: #33CAFA;
}
</style>
border-color css
<style>
span { border-color: #33CAFA; }
span { border-color: rgb(51,202,250); }
td.TdClassName
{
border-color: #33CAFA;
}
.TagClassName
{
border-color: #33CAFA;
}
</style>