Shades of Summer Sky #34D0FB
Tints of Summer Sky #34D0FB
RGB
CMYK
RGB Variations
Color information
#34D0FB (or 0x34D0FB) is known color: Summer Sky. HEX triplet: 34, D0 and FB. RGB value is (52,208,251). Sum of RGB (Red+Green+Blue) = 52+208+251=511 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.18% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #34D0FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34D0FB is #CB2F04. Grayscale: #A5A5A5. Windows color (decimal): -13315845 or 16502836. OLE color: 16502836.
HSL color Cylindrical-coordinate representation of color #34D0FB: hue angle of 192.96º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34D0FB is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 208 | 251 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.02 |
| HSL | 192.96º | 0.96% | 0.59% | - |
| HSV(B) | 192.96º | 0.79% | 0.98% | - |
| XYZ | 41.38 | 52.81 | 99.28 | - |
| YUV | 166.26 | 175.82 | 46.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 208 | 251 | 0.79 | 0.17 | 0 | 0.02 | 192.96 | 0.96 | 0.59 |
| Hex | 34 | D0 | FB | 4F | 11 | 0 | 2 | C1 | 60 | 3B |
| Octal | 64 | 320 | 373 | 117 | 21 | 0 | 2 | 301 | 140 | 73 |
| Binary | 110100 | 11010000 | 11111011 | 1001111 | 10001 | 0 | 10 | 11000001 | 1100000 | 111011 |
Color Harmonies of #34D0FB
Complementary color
Monochromatic Colors of #34D0FB
Black with #34D0FB
Text Example
Text Example
White with #34D0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D0FB; }
p { color: rgb(52,208,251); }
H1.HeaderClassName
{
color: #34D0FB;
}
.AnyTagClassName
{
color: #34D0FB;
}
</style>
background-color css
<style>
a { background-color: #34D0FB; }
a { background-color: rgb(52,208,251); }
div.DivClassName
{
background-color: #34D0FB;
}
.BgClassName
{
background-color: #34D0FB;
}
</style>
border-color css
<style>
span { border-color: #34D0FB; }
span { border-color: rgb(52,208,251); }
td.TdClassName
{
border-color: #34D0FB;
}
.TagClassName
{
border-color: #34D0FB;
}
</style>