Shades of Summer Sky #33A1F2
Tints of Summer Sky #33A1F2
RGB
CMYK
RGB Variations
Color information
#33A1F2 (or 0x33A1F2) is known color: Summer Sky. HEX triplet: 33, A1 and F2. RGB value is (51,161,242). Sum of RGB (Red+Green+Blue) = 51+161+242=454 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.23% from 454); Green value is 161 (63.28% from 255 or 35.46% from 454); Blue value is 242 (94.92% from 255 or 53.30% from 454); Max value from RGB is 242 - color contains mainly: blue. Hex color #33A1F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #33A1F2 is #CC5E0D. Grayscale: #888888. Windows color (decimal): -13393422 or 15900979. OLE color: 15900979.
HSL color Cylindrical-coordinate representation of color #33A1F2: hue angle of 205.45º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33A1F2 is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 161 | 242 | - |
| CMYK | 0.79 | 0.33 | 0 | 0.05 |
| HSL | 205.45º | 0.88% | 0.57% | - |
| HSV(B) | 205.45º | 0.79% | 0.95% | - |
| XYZ | 30.14 | 32.6 | 88.71 | - |
| YUV | 137.34 | 187.06 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 161 | 242 | 0.79 | 0.33 | 0 | 0.05 | 205.45 | 0.88 | 0.57 |
| Hex | 33 | A1 | F2 | 4F | 21 | 0 | 5 | CD | 58 | 39 |
| Octal | 63 | 241 | 362 | 117 | 41 | 0 | 5 | 315 | 130 | 71 |
| Binary | 110011 | 10100001 | 11110010 | 1001111 | 100001 | 0 | 101 | 11001101 | 1011000 | 111001 |
Color Harmonies of #33A1F2
Complementary color
Monochromatic Colors of #33A1F2
Black with #33A1F2
Text Example
Text Example
White with #33A1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A1F2; }
p { color: rgb(51,161,242); }
H1.HeaderClassName
{
color: #33A1F2;
}
.AnyTagClassName
{
color: #33A1F2;
}
</style>
background-color css
<style>
a { background-color: #33A1F2; }
a { background-color: rgb(51,161,242); }
div.DivClassName
{
background-color: #33A1F2;
}
.BgClassName
{
background-color: #33A1F2;
}
</style>
border-color css
<style>
span { border-color: #33A1F2; }
span { border-color: rgb(51,161,242); }
td.TdClassName
{
border-color: #33A1F2;
}
.TagClassName
{
border-color: #33A1F2;
}
</style>