Shades of Summer Sky #34CCFF
Tints of Summer Sky #34CCFF
RGB
CMYK
RGB Variations
Color information
#34CCFF (or 0x34CCFF) is known color: Summer Sky. HEX triplet: 34, CC and FF. RGB value is (52,204,255). Sum of RGB (Red+Green+Blue) = 52+204+255=511 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.18% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #34CCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34CCFF is #CB3300. Grayscale: #A4A4A4. Windows color (decimal): -13316865 or 16763956. OLE color: 16763956.
HSL color Cylindrical-coordinate representation of color #34CCFF: hue angle of 195.07º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34CCFF is Cyan = 0.80, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 204 | 255 | - |
| CMYK | 0.80 | 0.2 | 0 | 0 |
| HSL | 195.07º | 1% | 0.6% | - |
| HSV(B) | 195.07º | 0.8% | 1% | - |
| XYZ | 41.06 | 51.14 | 102.31 | - |
| YUV | 164.37 | 179.14 | 47.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 204 | 255 | 0.80 | 0.2 | 0 | 0 | 195.07 | 1 | 0.6 |
| Hex | 34 | CC | FF | 50 | 14 | 0 | 0 | C3 | 64 | 3C |
| Octal | 64 | 314 | 377 | 120 | 24 | 0 | 0 | 303 | 144 | 74 |
| Binary | 110100 | 11001100 | 11111111 | 1010000 | 10100 | 0 | 0 | 11000011 | 1100100 | 111100 |
Color Harmonies of #34CCFF
Complementary color
Monochromatic Colors of #34CCFF
Black with #34CCFF
Text Example
Text Example
White with #34CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CCFF; }
p { color: rgb(52,204,255); }
H1.HeaderClassName
{
color: #34CCFF;
}
.AnyTagClassName
{
color: #34CCFF;
}
</style>
background-color css
<style>
a { background-color: #34CCFF; }
a { background-color: rgb(52,204,255); }
div.DivClassName
{
background-color: #34CCFF;
}
.BgClassName
{
background-color: #34CCFF;
}
</style>
border-color css
<style>
span { border-color: #34CCFF; }
span { border-color: rgb(52,204,255); }
td.TdClassName
{
border-color: #34CCFF;
}
.TagClassName
{
border-color: #34CCFF;
}
</style>