Shades of Summer Sky #34C8FC
Tints of Summer Sky #34C8FC
RGB
CMYK
RGB Variations
Color information
#34C8FC (or 0x34C8FC) is known color: Summer Sky. HEX triplet: 34, C8 and FC. RGB value is (52,200,252). Sum of RGB (Red+Green+Blue) = 52+200+252=504 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.32% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #34C8FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34C8FC is #CB3703. Grayscale: #A1A1A1. Windows color (decimal): -13317892 or 16566324. OLE color: 16566324.
HSL color Cylindrical-coordinate representation of color #34C8FC: hue angle of 195.6º degrees, saturation: 0.97, 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 #34C8FC is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 200 | 252 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.01 |
| HSL | 195.6º | 0.97% | 0.6% | - |
| HSV(B) | 195.6º | 0.79% | 0.99% | - |
| XYZ | 39.64 | 49.07 | 99.48 | - |
| YUV | 161.68 | 178.97 | 49.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 200 | 252 | 0.79 | 0.21 | 0 | 0.01 | 195.6 | 0.97 | 0.6 |
| Hex | 34 | C8 | FC | 4F | 15 | 0 | 1 | C4 | 61 | 3C |
| Octal | 64 | 310 | 374 | 117 | 25 | 0 | 1 | 304 | 141 | 74 |
| Binary | 110100 | 11001000 | 11111100 | 1001111 | 10101 | 0 | 1 | 11000100 | 1100001 | 111100 |
Color Harmonies of #34C8FC
Complementary color
Monochromatic Colors of #34C8FC
Black with #34C8FC
Text Example
Text Example
White with #34C8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C8FC; }
p { color: rgb(52,200,252); }
H1.HeaderClassName
{
color: #34C8FC;
}
.AnyTagClassName
{
color: #34C8FC;
}
</style>
background-color css
<style>
a { background-color: #34C8FC; }
a { background-color: rgb(52,200,252); }
div.DivClassName
{
background-color: #34C8FC;
}
.BgClassName
{
background-color: #34C8FC;
}
</style>
border-color css
<style>
span { border-color: #34C8FC; }
span { border-color: rgb(52,200,252); }
td.TdClassName
{
border-color: #34C8FC;
}
.TagClassName
{
border-color: #34C8FC;
}
</style>