Shades of Summer Sky #33ACFF
Tints of Summer Sky #33ACFF
RGB
CMYK
RGB Variations
Color information
#33ACFF (or 0x33ACFF) is known color: Summer Sky. HEX triplet: 33, AC and FF. RGB value is (51,172,255). Sum of RGB (Red+Green+Blue) = 51+172+255=478 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.67% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #33ACFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #33ACFF is #CC5300. Grayscale: #909090. Windows color (decimal): -13390593 or 16755763. OLE color: 16755763.
HSL color Cylindrical-coordinate representation of color #33ACFF: hue angle of 204.41º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33ACFF is Cyan = 0.8, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 172 | 255 | - |
| CMYK | 0.8 | 0.33 | 0 | 0 |
| HSL | 204.41º | 1% | 0.6% | - |
| HSV(B) | 204.41º | 0.8% | 1% | - |
| XYZ | 34.17 | 37.43 | 100.03 | - |
| YUV | 145.28 | 189.91 | 60.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 172 | 255 | 0.8 | 0.33 | 0 | 0 | 204.41 | 1 | 0.6 |
| Hex | 33 | AC | FF | 50 | 21 | 0 | 0 | CC | 64 | 3C |
| Octal | 63 | 254 | 377 | 120 | 41 | 0 | 0 | 314 | 144 | 74 |
| Binary | 110011 | 10101100 | 11111111 | 1010000 | 100001 | 0 | 0 | 11001100 | 1100100 | 111100 |
Color Harmonies of #33ACFF
Complementary color
Monochromatic Colors of #33ACFF
Black with #33ACFF
Text Example
Text Example
White with #33ACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ACFF; }
p { color: rgb(51,172,255); }
H1.HeaderClassName
{
color: #33ACFF;
}
.AnyTagClassName
{
color: #33ACFF;
}
</style>
background-color css
<style>
a { background-color: #33ACFF; }
a { background-color: rgb(51,172,255); }
div.DivClassName
{
background-color: #33ACFF;
}
.BgClassName
{
background-color: #33ACFF;
}
</style>
border-color css
<style>
span { border-color: #33ACFF; }
span { border-color: rgb(51,172,255); }
td.TdClassName
{
border-color: #33ACFF;
}
.TagClassName
{
border-color: #33ACFF;
}
</style>