Shades of Summer Sky #34CEFD
Tints of Summer Sky #34CEFD
RGB
CMYK
RGB Variations
Color information
#34CEFD (or 0x34CEFD) is known color: Summer Sky. HEX triplet: 34, CE and FD. RGB value is (52,206,253). Sum of RGB (Red+Green+Blue) = 52+206+253=511 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.18% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #34CEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34CEFD is #CB3102. Grayscale: #A4A4A4. Windows color (decimal): -13316355 or 16633396. OLE color: 16633396.
HSL color Cylindrical-coordinate representation of color #34CEFD: hue angle of 194.03º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34CEFD is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 206 | 253 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.01 |
| HSL | 194.03º | 0.98% | 0.6% | - |
| HSV(B) | 194.03º | 0.79% | 0.99% | - |
| XYZ | 41.22 | 51.96 | 100.79 | - |
| YUV | 165.31 | 177.48 | 47.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 206 | 253 | 0.79 | 0.19 | 0 | 0.01 | 194.03 | 0.98 | 0.6 |
| Hex | 34 | CE | FD | 4F | 13 | 0 | 1 | C2 | 62 | 3C |
| Octal | 64 | 316 | 375 | 117 | 23 | 0 | 1 | 302 | 142 | 74 |
| Binary | 110100 | 11001110 | 11111101 | 1001111 | 10011 | 0 | 1 | 11000010 | 1100010 | 111100 |
Color Harmonies of #34CEFD
Complementary color
Monochromatic Colors of #34CEFD
Black with #34CEFD
Text Example
Text Example
White with #34CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CEFD; }
p { color: rgb(52,206,253); }
H1.HeaderClassName
{
color: #34CEFD;
}
.AnyTagClassName
{
color: #34CEFD;
}
</style>
background-color css
<style>
a { background-color: #34CEFD; }
a { background-color: rgb(52,206,253); }
div.DivClassName
{
background-color: #34CEFD;
}
.BgClassName
{
background-color: #34CEFD;
}
</style>
border-color css
<style>
span { border-color: #34CEFD; }
span { border-color: rgb(52,206,253); }
td.TdClassName
{
border-color: #34CEFD;
}
.TagClassName
{
border-color: #34CEFD;
}
</style>