Shades of Summer Sky #34BCCF
Tints of Summer Sky #34BCCF
RGB
CMYK
RGB Variations
Color information
#34BCCF (or 0x34BCCF) is known color: Summer Sky. HEX triplet: 34, BC and CF. RGB value is (52,188,207). Sum of RGB (Red+Green+Blue) = 52+188+207=447 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.63% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #34BCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BCCF is #CB4330. Grayscale: #959595. Windows color (decimal): -13321009 or 13614132. OLE color: 13614132.
HSL color Cylindrical-coordinate representation of color #34BCCF: hue angle of 187.35º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34BCCF is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 188 | 207 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.19 |
| HSL | 187.35º | 0.62% | 0.51% | - |
| HSV(B) | 187.35º | 0.75% | 0.81% | - |
| XYZ | 30.66 | 41.2 | 65.37 | - |
| YUV | 149.5 | 160.44 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 188 | 207 | 0.75 | 0.09 | 0 | 0.19 | 187.35 | 0.62 | 0.51 |
| Hex | 34 | BC | CF | 4B | 9 | 0 | 13 | BB | 3E | 33 |
| Octal | 64 | 274 | 317 | 113 | 11 | 0 | 23 | 273 | 76 | 63 |
| Binary | 110100 | 10111100 | 11001111 | 1001011 | 1001 | 0 | 10011 | 10111011 | 111110 | 110011 |
Color Harmonies of #34BCCF
Complementary color
Monochromatic Colors of #34BCCF
Black with #34BCCF
Text Example
Text Example
White with #34BCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BCCF; }
p { color: rgb(52,188,207); }
H1.HeaderClassName
{
color: #34BCCF;
}
.AnyTagClassName
{
color: #34BCCF;
}
</style>
background-color css
<style>
a { background-color: #34BCCF; }
a { background-color: rgb(52,188,207); }
div.DivClassName
{
background-color: #34BCCF;
}
.BgClassName
{
background-color: #34BCCF;
}
</style>
border-color css
<style>
span { border-color: #34BCCF; }
span { border-color: rgb(52,188,207); }
td.TdClassName
{
border-color: #34BCCF;
}
.TagClassName
{
border-color: #34BCCF;
}
</style>