Shades of Summer Sky #34BBCA
Tints of Summer Sky #34BBCA
RGB
CMYK
RGB Variations
Color information
#34BBCA (or 0x34BBCA) is known color: Summer Sky. HEX triplet: 34, BB and CA. RGB value is (52,187,202). Sum of RGB (Red+Green+Blue) = 52+187+202=441 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.79% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #34BBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BBCA is #CB4435. Grayscale: #949494. Windows color (decimal): -13321270 or 13286196. OLE color: 13286196.
HSL color Cylindrical-coordinate representation of color #34BBCA: hue angle of 186º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34BBCA is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 187 | 202 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.21 |
| HSL | 186º | 0.59% | 0.5% | - |
| HSV(B) | 186º | 0.74% | 0.79% | - |
| XYZ | 29.85 | 40.53 | 62.13 | - |
| YUV | 148.35 | 158.27 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 187 | 202 | 0.74 | 0.07 | 0 | 0.21 | 186 | 0.59 | 0.5 |
| Hex | 34 | BB | CA | 4A | 7 | 0 | 15 | BA | 3B | 32 |
| Octal | 64 | 273 | 312 | 112 | 7 | 0 | 25 | 272 | 73 | 62 |
| Binary | 110100 | 10111011 | 11001010 | 1001010 | 111 | 0 | 10101 | 10111010 | 111011 | 110010 |
Color Harmonies of #34BBCA
Complementary color
Monochromatic Colors of #34BBCA
Black with #34BBCA
Text Example
Text Example
White with #34BBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BBCA; }
p { color: rgb(52,187,202); }
H1.HeaderClassName
{
color: #34BBCA;
}
.AnyTagClassName
{
color: #34BBCA;
}
</style>
background-color css
<style>
a { background-color: #34BBCA; }
a { background-color: rgb(52,187,202); }
div.DivClassName
{
background-color: #34BBCA;
}
.BgClassName
{
background-color: #34BBCA;
}
</style>
border-color css
<style>
span { border-color: #34BBCA; }
span { border-color: rgb(52,187,202); }
td.TdClassName
{
border-color: #34BBCA;
}
.TagClassName
{
border-color: #34BBCA;
}
</style>