Shades of Summer Sky #34D3FE
Tints of Summer Sky #34D3FE
RGB
CMYK
RGB Variations
Color information
#34D3FE (or 0x34D3FE) is known color: Summer Sky. HEX triplet: 34, D3 and FE. RGB value is (52,211,254). Sum of RGB (Red+Green+Blue) = 52+211+254=517 (68% of max value = 765). Red value is 52 (20.70% from 255 or 10.06% from 517); Green value is 211 (82.81% from 255 or 40.81% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #34D3FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34D3FE is #CB2C01. Grayscale: #A8A8A8. Windows color (decimal): -13315074 or 16700212. OLE color: 16700212.
HSL color Cylindrical-coordinate representation of color #34D3FE: hue angle of 192.77º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34D3FE is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 211 | 254 | - |
| CMYK | 0.80 | 0.17 | 0 | 0.00 |
| HSL | 192.77º | 0.99% | 0.6% | - |
| HSV(B) | 192.77º | 0.8% | 1% | - |
| XYZ | 42.6 | 54.47 | 102.04 | - |
| YUV | 168.36 | 176.32 | 45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 211 | 254 | 0.80 | 0.17 | 0 | 0.00 | 192.77 | 0.99 | 0.6 |
| Hex | 34 | D3 | FE | 50 | 11 | 0 | 0 | C1 | 63 | 3C |
| Octal | 64 | 323 | 376 | 120 | 21 | 0 | 0 | 301 | 143 | 74 |
| Binary | 110100 | 11010011 | 11111110 | 1010000 | 10001 | 0 | 0 | 11000001 | 1100011 | 111100 |
Color Harmonies of #34D3FE
Complementary color
Monochromatic Colors of #34D3FE
Black with #34D3FE
Text Example
Text Example
White with #34D3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D3FE; }
p { color: rgb(52,211,254); }
H1.HeaderClassName
{
color: #34D3FE;
}
.AnyTagClassName
{
color: #34D3FE;
}
</style>
background-color css
<style>
a { background-color: #34D3FE; }
a { background-color: rgb(52,211,254); }
div.DivClassName
{
background-color: #34D3FE;
}
.BgClassName
{
background-color: #34D3FE;
}
</style>
border-color css
<style>
span { border-color: #34D3FE; }
span { border-color: rgb(52,211,254); }
td.TdClassName
{
border-color: #34D3FE;
}
.TagClassName
{
border-color: #34D3FE;
}
</style>