Shades of Summer Sky #34ACCB
Tints of Summer Sky #34ACCB
RGB
CMYK
RGB Variations
Color information
#34ACCB (or 0x34ACCB) is known color: Summer Sky. HEX triplet: 34, AC and CB. RGB value is (52,172,203). Sum of RGB (Red+Green+Blue) = 52+172+203=427 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.18% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #34ACCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34ACCB is #CB5334. Grayscale: #8B8B8B. Windows color (decimal): -13325109 or 13347892. OLE color: 13347892.
HSL color Cylindrical-coordinate representation of color #34ACCB: hue angle of 192.32º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34ACCB is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 172 | 203 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.20 |
| HSL | 192.32º | 0.59% | 0.5% | - |
| HSV(B) | 192.32º | 0.74% | 0.8% | - |
| XYZ | 26.95 | 34.55 | 61.75 | - |
| YUV | 139.65 | 163.74 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 172 | 203 | 0.74 | 0.15 | 0 | 0.20 | 192.32 | 0.59 | 0.5 |
| Hex | 34 | AC | CB | 4A | F | 0 | 14 | C0 | 3B | 32 |
| Octal | 64 | 254 | 313 | 112 | 17 | 0 | 24 | 300 | 73 | 62 |
| Binary | 110100 | 10101100 | 11001011 | 1001010 | 1111 | 0 | 10100 | 11000000 | 111011 | 110010 |
Color Harmonies of #34ACCB
Complementary color
Monochromatic Colors of #34ACCB
Black with #34ACCB
Text Example
Text Example
White with #34ACCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ACCB; }
p { color: rgb(52,172,203); }
H1.HeaderClassName
{
color: #34ACCB;
}
.AnyTagClassName
{
color: #34ACCB;
}
</style>
background-color css
<style>
a { background-color: #34ACCB; }
a { background-color: rgb(52,172,203); }
div.DivClassName
{
background-color: #34ACCB;
}
.BgClassName
{
background-color: #34ACCB;
}
</style>
border-color css
<style>
span { border-color: #34ACCB; }
span { border-color: rgb(52,172,203); }
td.TdClassName
{
border-color: #34ACCB;
}
.TagClassName
{
border-color: #34ACCB;
}
</style>