Shades of Summer Sky #34D4FA
Tints of Summer Sky #34D4FA
RGB
CMYK
RGB Variations
Color information
#34D4FA (or 0x34D4FA) is known color: Summer Sky. HEX triplet: 34, D4 and FA. RGB value is (52,212,250). Sum of RGB (Red+Green+Blue) = 52+212+250=514 (68% of max value = 765). Red value is 52 (20.70% from 255 or 10.12% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #34D4FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34D4FA is #CB2B05. Grayscale: #A8A8A8. Windows color (decimal): -13314822 or 16438324. OLE color: 16438324.
HSL color Cylindrical-coordinate representation of color #34D4FA: hue angle of 191.52º degrees, saturation: 0.95, 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 #34D4FA is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 212 | 250 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.02 |
| HSL | 191.52º | 0.95% | 0.59% | - |
| HSV(B) | 191.52º | 0.79% | 0.98% | - |
| XYZ | 42.21 | 54.72 | 98.78 | - |
| YUV | 168.49 | 173.99 | 44.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 212 | 250 | 0.79 | 0.15 | 0 | 0.02 | 191.52 | 0.95 | 0.59 |
| Hex | 34 | D4 | FA | 4F | F | 0 | 2 | C0 | 5F | 3B |
| Octal | 64 | 324 | 372 | 117 | 17 | 0 | 2 | 300 | 137 | 73 |
| Binary | 110100 | 11010100 | 11111010 | 1001111 | 1111 | 0 | 10 | 11000000 | 1011111 | 111011 |
Color Harmonies of #34D4FA
Complementary color
Monochromatic Colors of #34D4FA
Black with #34D4FA
Text Example
Text Example
White with #34D4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D4FA; }
p { color: rgb(52,212,250); }
H1.HeaderClassName
{
color: #34D4FA;
}
.AnyTagClassName
{
color: #34D4FA;
}
</style>
background-color css
<style>
a { background-color: #34D4FA; }
a { background-color: rgb(52,212,250); }
div.DivClassName
{
background-color: #34D4FA;
}
.BgClassName
{
background-color: #34D4FA;
}
</style>
border-color css
<style>
span { border-color: #34D4FA; }
span { border-color: rgb(52,212,250); }
td.TdClassName
{
border-color: #34D4FA;
}
.TagClassName
{
border-color: #34D4FA;
}
</style>