Shades of Summer Sky #34BDFF
Tints of Summer Sky #34BDFF
RGB
CMYK
RGB Variations
Color information
#34BDFF (or 0x34BDFF) is known color: Summer Sky. HEX triplet: 34, BD and FF. RGB value is (52,189,255). Sum of RGB (Red+Green+Blue) = 52+189+255=496 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.48% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #34BDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34BDFF is #CB4200. Grayscale: #9B9B9B. Windows color (decimal): -13320705 or 16760116. OLE color: 16760116.
HSL color Cylindrical-coordinate representation of color #34BDFF: hue angle of 199.51º 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 #34BDFF is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 189 | 255 | - |
| CMYK | 0.80 | 0.26 | 0 | 0 |
| HSL | 199.51º | 1% | 0.6% | - |
| HSV(B) | 199.51º | 0.8% | 1% | - |
| XYZ | 37.66 | 44.35 | 101.18 | - |
| YUV | 155.56 | 184.11 | 54.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 189 | 255 | 0.80 | 0.26 | 0 | 0 | 199.51 | 1 | 0.6 |
| Hex | 34 | BD | FF | 50 | 1A | 0 | 0 | C8 | 64 | 3C |
| Octal | 64 | 275 | 377 | 120 | 32 | 0 | 0 | 310 | 144 | 74 |
| Binary | 110100 | 10111101 | 11111111 | 1010000 | 11010 | 0 | 0 | 11001000 | 1100100 | 111100 |
Color Harmonies of #34BDFF
Complementary color
Monochromatic Colors of #34BDFF
Black with #34BDFF
Text Example
Text Example
White with #34BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BDFF; }
p { color: rgb(52,189,255); }
H1.HeaderClassName
{
color: #34BDFF;
}
.AnyTagClassName
{
color: #34BDFF;
}
</style>
background-color css
<style>
a { background-color: #34BDFF; }
a { background-color: rgb(52,189,255); }
div.DivClassName
{
background-color: #34BDFF;
}
.BgClassName
{
background-color: #34BDFF;
}
</style>
border-color css
<style>
span { border-color: #34BDFF; }
span { border-color: rgb(52,189,255); }
td.TdClassName
{
border-color: #34BDFF;
}
.TagClassName
{
border-color: #34BDFF;
}
</style>