Shades of Summer Sky #34BFCC
Tints of Summer Sky #34BFCC
RGB
CMYK
RGB Variations
Color information
#34BFCC (or 0x34BFCC) is known color: Summer Sky. HEX triplet: 34, BF and CC. RGB value is (52,191,204). Sum of RGB (Red+Green+Blue) = 52+191+204=447 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.63% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #34BFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BFCC is #CB4033. Grayscale: #969696. Windows color (decimal): -13320244 or 13418292. OLE color: 13418292.
HSL color Cylindrical-coordinate representation of color #34BFCC: hue angle of 185.13º 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 #34BFCC is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 191 | 204 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.2 |
| HSL | 185.13º | 0.6% | 0.5% | - |
| HSV(B) | 185.13º | 0.75% | 0.8% | - |
| XYZ | 30.95 | 42.35 | 63.67 | - |
| YUV | 150.92 | 157.95 | 57.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 191 | 204 | 0.75 | 0.06 | 0 | 0.2 | 185.13 | 0.6 | 0.5 |
| Hex | 34 | BF | CC | 4B | 6 | 0 | 14 | B9 | 3C | 32 |
| Octal | 64 | 277 | 314 | 113 | 6 | 0 | 24 | 271 | 74 | 62 |
| Binary | 110100 | 10111111 | 11001100 | 1001011 | 110 | 0 | 10100 | 10111001 | 111100 | 110010 |
Color Harmonies of #34BFCC
Complementary color
Monochromatic Colors of #34BFCC
Black with #34BFCC
Text Example
Text Example
White with #34BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BFCC; }
p { color: rgb(52,191,204); }
H1.HeaderClassName
{
color: #34BFCC;
}
.AnyTagClassName
{
color: #34BFCC;
}
</style>
background-color css
<style>
a { background-color: #34BFCC; }
a { background-color: rgb(52,191,204); }
div.DivClassName
{
background-color: #34BFCC;
}
.BgClassName
{
background-color: #34BFCC;
}
</style>
border-color css
<style>
span { border-color: #34BFCC; }
span { border-color: rgb(52,191,204); }
td.TdClassName
{
border-color: #34BFCC;
}
.TagClassName
{
border-color: #34BFCC;
}
</style>