Shades of Summer Sky #34C5FD
Tints of Summer Sky #34C5FD
RGB
CMYK
RGB Variations
Color information
#34C5FD (or 0x34C5FD) is known color: Summer Sky. HEX triplet: 34, C5 and FD. RGB value is (52,197,253). Sum of RGB (Red+Green+Blue) = 52+197+253=502 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.36% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #34C5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34C5FD is #CB3A02. Grayscale: #9F9F9F. Windows color (decimal): -13318659 or 16631092. OLE color: 16631092.
HSL color Cylindrical-coordinate representation of color #34C5FD: hue angle of 196.72º 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 #34C5FD is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 197 | 253 | - |
| CMYK | 0.79 | 0.22 | 0 | 0.01 |
| HSL | 196.72º | 0.98% | 0.6% | - |
| HSV(B) | 196.72º | 0.79% | 0.99% | - |
| XYZ | 39.11 | 47.75 | 100.08 | - |
| YUV | 160.03 | 180.46 | 50.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 197 | 253 | 0.79 | 0.22 | 0 | 0.01 | 196.72 | 0.98 | 0.6 |
| Hex | 34 | C5 | FD | 4F | 16 | 0 | 1 | C5 | 62 | 3C |
| Octal | 64 | 305 | 375 | 117 | 26 | 0 | 1 | 305 | 142 | 74 |
| Binary | 110100 | 11000101 | 11111101 | 1001111 | 10110 | 0 | 1 | 11000101 | 1100010 | 111100 |
Color Harmonies of #34C5FD
Complementary color
Monochromatic Colors of #34C5FD
Black with #34C5FD
Text Example
Text Example
White with #34C5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C5FD; }
p { color: rgb(52,197,253); }
H1.HeaderClassName
{
color: #34C5FD;
}
.AnyTagClassName
{
color: #34C5FD;
}
</style>
background-color css
<style>
a { background-color: #34C5FD; }
a { background-color: rgb(52,197,253); }
div.DivClassName
{
background-color: #34C5FD;
}
.BgClassName
{
background-color: #34C5FD;
}
</style>
border-color css
<style>
span { border-color: #34C5FD; }
span { border-color: rgb(52,197,253); }
td.TdClassName
{
border-color: #34C5FD;
}
.TagClassName
{
border-color: #34C5FD;
}
</style>