Shades of Summer Sky #34C2FE
Tints of Summer Sky #34C2FE
RGB
CMYK
RGB Variations
Color information
#34C2FE (or 0x34C2FE) is known color: Summer Sky. HEX triplet: 34, C2 and FE. RGB value is (52,194,254). Sum of RGB (Red+Green+Blue) = 52+194+254=500 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.4% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #34C2FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34C2FE is #CB3D01. Grayscale: #9E9E9E. Windows color (decimal): -13319426 or 16695860. OLE color: 16695860.
HSL color Cylindrical-coordinate representation of color #34C2FE: hue angle of 197.82º 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 #34C2FE is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 194 | 254 | - |
| CMYK | 0.80 | 0.24 | 0 | 0.00 |
| HSL | 197.82º | 0.99% | 0.6% | - |
| HSV(B) | 197.82º | 0.8% | 1% | - |
| XYZ | 38.6 | 46.47 | 100.7 | - |
| YUV | 158.38 | 181.96 | 52.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 194 | 254 | 0.80 | 0.24 | 0 | 0.00 | 197.82 | 0.99 | 0.6 |
| Hex | 34 | C2 | FE | 50 | 18 | 0 | 0 | C6 | 63 | 3C |
| Octal | 64 | 302 | 376 | 120 | 30 | 0 | 0 | 306 | 143 | 74 |
| Binary | 110100 | 11000010 | 11111110 | 1010000 | 11000 | 0 | 0 | 11000110 | 1100011 | 111100 |
Color Harmonies of #34C2FE
Complementary color
Monochromatic Colors of #34C2FE
Black with #34C2FE
Text Example
Text Example
White with #34C2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C2FE; }
p { color: rgb(52,194,254); }
H1.HeaderClassName
{
color: #34C2FE;
}
.AnyTagClassName
{
color: #34C2FE;
}
</style>
background-color css
<style>
a { background-color: #34C2FE; }
a { background-color: rgb(52,194,254); }
div.DivClassName
{
background-color: #34C2FE;
}
.BgClassName
{
background-color: #34C2FE;
}
</style>
border-color css
<style>
span { border-color: #34C2FE; }
span { border-color: rgb(52,194,254); }
td.TdClassName
{
border-color: #34C2FE;
}
.TagClassName
{
border-color: #34C2FE;
}
</style>