Shades of Summer Sky #34C0FD
Tints of Summer Sky #34C0FD
RGB
CMYK
RGB Variations
Color information
#34C0FD (or 0x34C0FD) is known color: Summer Sky. HEX triplet: 34, C0 and FD. RGB value is (52,192,253). Sum of RGB (Red+Green+Blue) = 52+192+253=497 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.46% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #34C0FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34C0FD is #CB3F02. Grayscale: #9C9C9C. Windows color (decimal): -13319939 or 16629812. OLE color: 16629812.
HSL color Cylindrical-coordinate representation of color #34C0FD: hue angle of 198.21º 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 #34C0FD is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 192 | 253 | - |
| CMYK | 0.79 | 0.24 | 0 | 0.01 |
| HSL | 198.21º | 0.98% | 0.6% | - |
| HSV(B) | 198.21º | 0.79% | 0.99% | - |
| XYZ | 38 | 45.52 | 99.71 | - |
| YUV | 157.09 | 182.12 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 192 | 253 | 0.79 | 0.24 | 0 | 0.01 | 198.21 | 0.98 | 0.6 |
| Hex | 34 | C0 | FD | 4F | 18 | 0 | 1 | C6 | 62 | 3C |
| Octal | 64 | 300 | 375 | 117 | 30 | 0 | 1 | 306 | 142 | 74 |
| Binary | 110100 | 11000000 | 11111101 | 1001111 | 11000 | 0 | 1 | 11000110 | 1100010 | 111100 |
Color Harmonies of #34C0FD
Complementary color
Monochromatic Colors of #34C0FD
Black with #34C0FD
Text Example
Text Example
White with #34C0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C0FD; }
p { color: rgb(52,192,253); }
H1.HeaderClassName
{
color: #34C0FD;
}
.AnyTagClassName
{
color: #34C0FD;
}
</style>
background-color css
<style>
a { background-color: #34C0FD; }
a { background-color: rgb(52,192,253); }
div.DivClassName
{
background-color: #34C0FD;
}
.BgClassName
{
background-color: #34C0FD;
}
</style>
border-color css
<style>
span { border-color: #34C0FD; }
span { border-color: rgb(52,192,253); }
td.TdClassName
{
border-color: #34C0FD;
}
.TagClassName
{
border-color: #34C0FD;
}
</style>