Shades of Summer Sky #34D2FF
Tints of Summer Sky #34D2FF
RGB
CMYK
RGB Variations
Color information
#34D2FF (or 0x34D2FF) is known color: Summer Sky. HEX triplet: 34, D2 and FF. RGB value is (52,210,255). Sum of RGB (Red+Green+Blue) = 52+210+255=517 (68% of max value = 765). Red value is 52 (20.70% from 255 or 10.06% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #34D2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34D2FF is #CB2D00. Grayscale: #A7A7A7. Windows color (decimal): -13315329 or 16765492. OLE color: 16765492.
HSL color Cylindrical-coordinate representation of color #34D2FF: hue angle of 193.3º 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 #34D2FF is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 210 | 255 | - |
| CMYK | 0.80 | 0.18 | 0 | 0 |
| HSL | 193.3º | 1% | 0.6% | - |
| HSV(B) | 193.3º | 0.8% | 1% | - |
| XYZ | 42.51 | 54.04 | 102.8 | - |
| YUV | 167.89 | 177.15 | 45.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 210 | 255 | 0.80 | 0.18 | 0 | 0 | 193.3 | 1 | 0.6 |
| Hex | 34 | D2 | FF | 50 | 12 | 0 | 0 | C1 | 64 | 3C |
| Octal | 64 | 322 | 377 | 120 | 22 | 0 | 0 | 301 | 144 | 74 |
| Binary | 110100 | 11010010 | 11111111 | 1010000 | 10010 | 0 | 0 | 11000001 | 1100100 | 111100 |
Color Harmonies of #34D2FF
Complementary color
Monochromatic Colors of #34D2FF
Black with #34D2FF
Text Example
Text Example
White with #34D2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D2FF; }
p { color: rgb(52,210,255); }
H1.HeaderClassName
{
color: #34D2FF;
}
.AnyTagClassName
{
color: #34D2FF;
}
</style>
background-color css
<style>
a { background-color: #34D2FF; }
a { background-color: rgb(52,210,255); }
div.DivClassName
{
background-color: #34D2FF;
}
.BgClassName
{
background-color: #34D2FF;
}
</style>
border-color css
<style>
span { border-color: #34D2FF; }
span { border-color: rgb(52,210,255); }
td.TdClassName
{
border-color: #34D2FF;
}
.TagClassName
{
border-color: #34D2FF;
}
</style>