Shades of Summer Sky #34C9FF
Tints of Summer Sky #34C9FF
RGB
CMYK
RGB Variations
Color information
#34C9FF (or 0x34C9FF) is known color: Summer Sky. HEX triplet: 34, C9 and FF. RGB value is (52,201,255). Sum of RGB (Red+Green+Blue) = 52+201+255=508 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.24% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #34C9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34C9FF is #CB3600. Grayscale: #A2A2A2. Windows color (decimal): -13317633 or 16763188. OLE color: 16763188.
HSL color Cylindrical-coordinate representation of color #34C9FF: hue angle of 195.96º 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 #34C9FF is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 201 | 255 | - |
| CMYK | 0.80 | 0.21 | 0 | 0 |
| HSL | 195.96º | 1% | 0.6% | - |
| HSV(B) | 195.96º | 0.8% | 1% | - |
| XYZ | 40.35 | 49.72 | 102.08 | - |
| YUV | 162.61 | 180.14 | 49.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 201 | 255 | 0.80 | 0.21 | 0 | 0 | 195.96 | 1 | 0.6 |
| Hex | 34 | C9 | FF | 50 | 15 | 0 | 0 | C4 | 64 | 3C |
| Octal | 64 | 311 | 377 | 120 | 25 | 0 | 0 | 304 | 144 | 74 |
| Binary | 110100 | 11001001 | 11111111 | 1010000 | 10101 | 0 | 0 | 11000100 | 1100100 | 111100 |
Color Harmonies of #34C9FF
Complementary color
Monochromatic Colors of #34C9FF
Black with #34C9FF
Text Example
Text Example
White with #34C9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C9FF; }
p { color: rgb(52,201,255); }
H1.HeaderClassName
{
color: #34C9FF;
}
.AnyTagClassName
{
color: #34C9FF;
}
</style>
background-color css
<style>
a { background-color: #34C9FF; }
a { background-color: rgb(52,201,255); }
div.DivClassName
{
background-color: #34C9FF;
}
.BgClassName
{
background-color: #34C9FF;
}
</style>
border-color css
<style>
span { border-color: #34C9FF; }
span { border-color: rgb(52,201,255); }
td.TdClassName
{
border-color: #34C9FF;
}
.TagClassName
{
border-color: #34C9FF;
}
</style>