Shades of Summer Sky #34D2FA
Tints of Summer Sky #34D2FA
RGB
CMYK
RGB Variations
Color information
#34D2FA (or 0x34D2FA) is known color: Summer Sky. HEX triplet: 34, D2 and FA. RGB value is (52,210,250). Sum of RGB (Red+Green+Blue) = 52+210+250=512 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.16% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #34D2FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34D2FA is #CB2D05. Grayscale: #A7A7A7. Windows color (decimal): -13315334 or 16437812. OLE color: 16437812.
HSL color Cylindrical-coordinate representation of color #34D2FA: hue angle of 192.12º 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 #34D2FA is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 210 | 250 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.02 |
| HSL | 192.12º | 0.95% | 0.59% | - |
| HSV(B) | 192.12º | 0.79% | 0.98% | - |
| XYZ | 41.72 | 53.73 | 98.61 | - |
| YUV | 167.32 | 174.65 | 45.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 210 | 250 | 0.79 | 0.16 | 0 | 0.02 | 192.12 | 0.95 | 0.59 |
| Hex | 34 | D2 | FA | 4F | 10 | 0 | 2 | C0 | 5F | 3B |
| Octal | 64 | 322 | 372 | 117 | 20 | 0 | 2 | 300 | 137 | 73 |
| Binary | 110100 | 11010010 | 11111010 | 1001111 | 10000 | 0 | 10 | 11000000 | 1011111 | 111011 |
Color Harmonies of #34D2FA
Complementary color
Monochromatic Colors of #34D2FA
Black with #34D2FA
Text Example
Text Example
White with #34D2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D2FA; }
p { color: rgb(52,210,250); }
H1.HeaderClassName
{
color: #34D2FA;
}
.AnyTagClassName
{
color: #34D2FA;
}
</style>
background-color css
<style>
a { background-color: #34D2FA; }
a { background-color: rgb(52,210,250); }
div.DivClassName
{
background-color: #34D2FA;
}
.BgClassName
{
background-color: #34D2FA;
}
</style>
border-color css
<style>
span { border-color: #34D2FA; }
span { border-color: rgb(52,210,250); }
td.TdClassName
{
border-color: #34D2FA;
}
.TagClassName
{
border-color: #34D2FA;
}
</style>