Shades of Summer Sky #34ACF0
Tints of Summer Sky #34ACF0
RGB
CMYK
RGB Variations
Color information
#34ACF0 (or 0x34ACF0) is known color: Summer Sky. HEX triplet: 34, AC and F0. RGB value is (52,172,240). Sum of RGB (Red+Green+Blue) = 52+172+240=464 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.21% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 240 (94.14% from 255 or 51.72% from 464); Max value from RGB is 240 - color contains mainly: blue. Hex color #34ACF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34ACF0 is #CB530F. Grayscale: #8F8F8F. Windows color (decimal): -13325072 or 15772724. OLE color: 15772724.
HSL color Cylindrical-coordinate representation of color #34ACF0: hue angle of 201.7º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34ACF0 is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 172 | 240 | - |
| CMYK | 0.78 | 0.28 | 0 | 0.06 |
| HSL | 201.7º | 0.86% | 0.57% | - |
| HSV(B) | 201.7º | 0.78% | 0.94% | - |
| XYZ | 31.9 | 36.53 | 87.81 | - |
| YUV | 143.87 | 182.24 | 62.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 172 | 240 | 0.78 | 0.28 | 0 | 0.06 | 201.7 | 0.86 | 0.57 |
| Hex | 34 | AC | F0 | 4E | 1C | 0 | 6 | CA | 56 | 39 |
| Octal | 64 | 254 | 360 | 116 | 34 | 0 | 6 | 312 | 126 | 71 |
| Binary | 110100 | 10101100 | 11110000 | 1001110 | 11100 | 0 | 110 | 11001010 | 1010110 | 111001 |
Color Harmonies of #34ACF0
Complementary color
Monochromatic Colors of #34ACF0
Black with #34ACF0
Text Example
Text Example
White with #34ACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ACF0; }
p { color: rgb(52,172,240); }
H1.HeaderClassName
{
color: #34ACF0;
}
.AnyTagClassName
{
color: #34ACF0;
}
</style>
background-color css
<style>
a { background-color: #34ACF0; }
a { background-color: rgb(52,172,240); }
div.DivClassName
{
background-color: #34ACF0;
}
.BgClassName
{
background-color: #34ACF0;
}
</style>
border-color css
<style>
span { border-color: #34ACF0; }
span { border-color: rgb(52,172,240); }
td.TdClassName
{
border-color: #34ACF0;
}
.TagClassName
{
border-color: #34ACF0;
}
</style>