Shades of Summer Sky #34A3CC
Tints of Summer Sky #34A3CC
RGB
CMYK
RGB Variations
Color information
#34A3CC (or 0x34A3CC) is known color: Summer Sky. HEX triplet: 34, A3 and CC. RGB value is (52,163,204). Sum of RGB (Red+Green+Blue) = 52+163+204=419 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.41% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #34A3CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34A3CC is #CB5C33. Grayscale: #868686. Windows color (decimal): -13327412 or 13411124. OLE color: 13411124.
HSL color Cylindrical-coordinate representation of color #34A3CC: hue angle of 196.18º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34A3CC is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 163 | 204 | - |
| CMYK | 0.75 | 0.20 | 0 | 0.2 |
| HSL | 196.18º | 0.6% | 0.5% | - |
| HSV(B) | 196.18º | 0.75% | 0.8% | - |
| XYZ | 25.41 | 31.28 | 61.83 | - |
| YUV | 134.49 | 167.23 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 163 | 204 | 0.75 | 0.20 | 0 | 0.2 | 196.18 | 0.6 | 0.5 |
| Hex | 34 | A3 | CC | 4B | 14 | 0 | 14 | C4 | 3C | 32 |
| Octal | 64 | 243 | 314 | 113 | 24 | 0 | 24 | 304 | 74 | 62 |
| Binary | 110100 | 10100011 | 11001100 | 1001011 | 10100 | 0 | 10100 | 11000100 | 111100 | 110010 |
Color Harmonies of #34A3CC
Complementary color
Monochromatic Colors of #34A3CC
Black with #34A3CC
Text Example
Text Example
White with #34A3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A3CC; }
p { color: rgb(52,163,204); }
H1.HeaderClassName
{
color: #34A3CC;
}
.AnyTagClassName
{
color: #34A3CC;
}
</style>
background-color css
<style>
a { background-color: #34A3CC; }
a { background-color: rgb(52,163,204); }
div.DivClassName
{
background-color: #34A3CC;
}
.BgClassName
{
background-color: #34A3CC;
}
</style>
border-color css
<style>
span { border-color: #34A3CC; }
span { border-color: rgb(52,163,204); }
td.TdClassName
{
border-color: #34A3CC;
}
.TagClassName
{
border-color: #34A3CC;
}
</style>