Shades of Summer Sky #34B9F5
Tints of Summer Sky #34B9F5
RGB
CMYK
RGB Variations
Color information
#34B9F5 (or 0x34B9F5) is known color: Summer Sky. HEX triplet: 34, B9 and F5. RGB value is (52,185,245). Sum of RGB (Red+Green+Blue) = 52+185+245=482 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.79% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 245 (96.09% from 255 or 50.83% from 482); Max value from RGB is 245 - color contains mainly: blue. Hex color #34B9F5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34B9F5 is #CB460A. Grayscale: #979797. Windows color (decimal): -13321739 or 16103732. OLE color: 16103732.
HSL color Cylindrical-coordinate representation of color #34B9F5: hue angle of 198.65º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34B9F5 is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 185 | 245 | - |
| CMYK | 0.79 | 0.24 | 0 | 0.04 |
| HSL | 198.65º | 0.91% | 0.58% | - |
| HSV(B) | 198.65º | 0.79% | 0.96% | - |
| XYZ | 35.25 | 42.02 | 92.64 | - |
| YUV | 152.07 | 180.44 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 185 | 245 | 0.79 | 0.24 | 0 | 0.04 | 198.65 | 0.91 | 0.58 |
| Hex | 34 | B9 | F5 | 4F | 18 | 0 | 4 | C7 | 5B | 3A |
| Octal | 64 | 271 | 365 | 117 | 30 | 0 | 4 | 307 | 133 | 72 |
| Binary | 110100 | 10111001 | 11110101 | 1001111 | 11000 | 0 | 100 | 11000111 | 1011011 | 111010 |
Color Harmonies of #34B9F5
Complementary color
Monochromatic Colors of #34B9F5
Black with #34B9F5
Text Example
Text Example
White with #34B9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B9F5; }
p { color: rgb(52,185,245); }
H1.HeaderClassName
{
color: #34B9F5;
}
.AnyTagClassName
{
color: #34B9F5;
}
</style>
background-color css
<style>
a { background-color: #34B9F5; }
a { background-color: rgb(52,185,245); }
div.DivClassName
{
background-color: #34B9F5;
}
.BgClassName
{
background-color: #34B9F5;
}
</style>
border-color css
<style>
span { border-color: #34B9F5; }
span { border-color: rgb(52,185,245); }
td.TdClassName
{
border-color: #34B9F5;
}
.TagClassName
{
border-color: #34B9F5;
}
</style>