Shades of Summer Sky #34ACF3
Tints of Summer Sky #34ACF3
RGB
CMYK
RGB Variations
Color information
#34ACF3 (or 0x34ACF3) is known color: Summer Sky. HEX triplet: 34, AC and F3. RGB value is (52,172,243). Sum of RGB (Red+Green+Blue) = 52+172+243=467 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.13% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 243 (95.31% from 255 or 52.03% from 467); Max value from RGB is 243 - color contains mainly: blue. Hex color #34ACF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34ACF3 is #CB530C. Grayscale: #8F8F8F. Windows color (decimal): -13325069 or 15969332. OLE color: 15969332.
HSL color Cylindrical-coordinate representation of color #34ACF3: hue angle of 202.3º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34ACF3 is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 172 | 243 | - |
| CMYK | 0.79 | 0.29 | 0 | 0.05 |
| HSL | 202.3º | 0.89% | 0.58% | - |
| HSV(B) | 202.3º | 0.79% | 0.95% | - |
| XYZ | 32.35 | 36.71 | 90.17 | - |
| YUV | 144.21 | 183.74 | 62.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 172 | 243 | 0.79 | 0.29 | 0 | 0.05 | 202.3 | 0.89 | 0.58 |
| Hex | 34 | AC | F3 | 4F | 1D | 0 | 5 | CA | 59 | 3A |
| Octal | 64 | 254 | 363 | 117 | 35 | 0 | 5 | 312 | 131 | 72 |
| Binary | 110100 | 10101100 | 11110011 | 1001111 | 11101 | 0 | 101 | 11001010 | 1011001 | 111010 |
Color Harmonies of #34ACF3
Complementary color
Monochromatic Colors of #34ACF3
Black with #34ACF3
Text Example
Text Example
White with #34ACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ACF3; }
p { color: rgb(52,172,243); }
H1.HeaderClassName
{
color: #34ACF3;
}
.AnyTagClassName
{
color: #34ACF3;
}
</style>
background-color css
<style>
a { background-color: #34ACF3; }
a { background-color: rgb(52,172,243); }
div.DivClassName
{
background-color: #34ACF3;
}
.BgClassName
{
background-color: #34ACF3;
}
</style>
border-color css
<style>
span { border-color: #34ACF3; }
span { border-color: rgb(52,172,243); }
td.TdClassName
{
border-color: #34ACF3;
}
.TagClassName
{
border-color: #34ACF3;
}
</style>