Shades of Summer Sky #34CFEF
Tints of Summer Sky #34CFEF
RGB
CMYK
RGB Variations
Color information
#34CFEF (or 0x34CFEF) is known color: Summer Sky. HEX triplet: 34, CF and EF. RGB value is (52,207,239). Sum of RGB (Red+Green+Blue) = 52+207+239=498 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.44% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #34CFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34CFEF is #CB3010. Grayscale: #A4A4A4. Windows color (decimal): -13316113 or 15716148. OLE color: 15716148.
HSL color Cylindrical-coordinate representation of color #34CFEF: hue angle of 190.27º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34CFEF is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 207 | 239 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.06 |
| HSL | 190.27º | 0.85% | 0.57% | - |
| HSV(B) | 190.27º | 0.78% | 0.94% | - |
| XYZ | 39.31 | 51.59 | 89.55 | - |
| YUV | 164.3 | 170.15 | 47.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 207 | 239 | 0.78 | 0.13 | 0 | 0.06 | 190.27 | 0.85 | 0.57 |
| Hex | 34 | CF | EF | 4E | D | 0 | 6 | BE | 55 | 39 |
| Octal | 64 | 317 | 357 | 116 | 15 | 0 | 6 | 276 | 125 | 71 |
| Binary | 110100 | 11001111 | 11101111 | 1001110 | 1101 | 0 | 110 | 10111110 | 1010101 | 111001 |
Color Harmonies of #34CFEF
Complementary color
Monochromatic Colors of #34CFEF
Black with #34CFEF
Text Example
Text Example
White with #34CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CFEF; }
p { color: rgb(52,207,239); }
H1.HeaderClassName
{
color: #34CFEF;
}
.AnyTagClassName
{
color: #34CFEF;
}
</style>
background-color css
<style>
a { background-color: #34CFEF; }
a { background-color: rgb(52,207,239); }
div.DivClassName
{
background-color: #34CFEF;
}
.BgClassName
{
background-color: #34CFEF;
}
</style>
border-color css
<style>
span { border-color: #34CFEF; }
span { border-color: rgb(52,207,239); }
td.TdClassName
{
border-color: #34CFEF;
}
.TagClassName
{
border-color: #34CFEF;
}
</style>