Shades of Summer Sky #34C2FA
Tints of Summer Sky #34C2FA
RGB
CMYK
RGB Variations
Color information
#34C2FA (or 0x34C2FA) is known color: Summer Sky. HEX triplet: 34, C2 and FA. RGB value is (52,194,250). Sum of RGB (Red+Green+Blue) = 52+194+250=496 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.48% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #34C2FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34C2FA is #CB3D05. Grayscale: #9D9D9D. Windows color (decimal): -13319430 or 16433716. OLE color: 16433716.
HSL color Cylindrical-coordinate representation of color #34C2FA: hue angle of 196.97º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34C2FA is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 194 | 250 | - |
| CMYK | 0.79 | 0.22 | 0 | 0.02 |
| HSL | 196.97º | 0.95% | 0.59% | - |
| HSV(B) | 196.97º | 0.79% | 0.98% | - |
| XYZ | 37.96 | 46.22 | 97.36 | - |
| YUV | 157.93 | 179.96 | 52.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 194 | 250 | 0.79 | 0.22 | 0 | 0.02 | 196.97 | 0.95 | 0.59 |
| Hex | 34 | C2 | FA | 4F | 16 | 0 | 2 | C5 | 5F | 3B |
| Octal | 64 | 302 | 372 | 117 | 26 | 0 | 2 | 305 | 137 | 73 |
| Binary | 110100 | 11000010 | 11111010 | 1001111 | 10110 | 0 | 10 | 11000101 | 1011111 | 111011 |
Color Harmonies of #34C2FA
Complementary color
Monochromatic Colors of #34C2FA
Black with #34C2FA
Text Example
Text Example
White with #34C2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C2FA; }
p { color: rgb(52,194,250); }
H1.HeaderClassName
{
color: #34C2FA;
}
.AnyTagClassName
{
color: #34C2FA;
}
</style>
background-color css
<style>
a { background-color: #34C2FA; }
a { background-color: rgb(52,194,250); }
div.DivClassName
{
background-color: #34C2FA;
}
.BgClassName
{
background-color: #34C2FA;
}
</style>
border-color css
<style>
span { border-color: #34C2FA; }
span { border-color: rgb(52,194,250); }
td.TdClassName
{
border-color: #34C2FA;
}
.TagClassName
{
border-color: #34C2FA;
}
</style>