Shades of Summer Sky #34BBFF
Tints of Summer Sky #34BBFF
RGB
CMYK
RGB Variations
Color information
#34BBFF (or 0x34BBFF) is known color: Summer Sky. HEX triplet: 34, BB and FF. RGB value is (52,187,255). Sum of RGB (Red+Green+Blue) = 52+187+255=494 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.53% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #34BBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34BBFF is #CB4400. Grayscale: #999999. Windows color (decimal): -13321217 or 16759604. OLE color: 16759604.
HSL color Cylindrical-coordinate representation of color #34BBFF: hue angle of 200.1º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34BBFF is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 187 | 255 | - |
| CMYK | 0.80 | 0.27 | 0 | 0 |
| HSL | 200.1º | 1% | 0.6% | - |
| HSV(B) | 200.1º | 0.8% | 1% | - |
| XYZ | 37.24 | 43.49 | 101.04 | - |
| YUV | 154.39 | 184.77 | 54.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 187 | 255 | 0.80 | 0.27 | 0 | 0 | 200.1 | 1 | 0.6 |
| Hex | 34 | BB | FF | 50 | 1B | 0 | 0 | C8 | 64 | 3C |
| Octal | 64 | 273 | 377 | 120 | 33 | 0 | 0 | 310 | 144 | 74 |
| Binary | 110100 | 10111011 | 11111111 | 1010000 | 11011 | 0 | 0 | 11001000 | 1100100 | 111100 |
Color Harmonies of #34BBFF
Complementary color
Monochromatic Colors of #34BBFF
Black with #34BBFF
Text Example
Text Example
White with #34BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BBFF; }
p { color: rgb(52,187,255); }
H1.HeaderClassName
{
color: #34BBFF;
}
.AnyTagClassName
{
color: #34BBFF;
}
</style>
background-color css
<style>
a { background-color: #34BBFF; }
a { background-color: rgb(52,187,255); }
div.DivClassName
{
background-color: #34BBFF;
}
.BgClassName
{
background-color: #34BBFF;
}
</style>
border-color css
<style>
span { border-color: #34BBFF; }
span { border-color: rgb(52,187,255); }
td.TdClassName
{
border-color: #34BBFF;
}
.TagClassName
{
border-color: #34BBFF;
}
</style>