Shades of Summer Sky #34B8FA
Tints of Summer Sky #34B8FA
RGB
CMYK
RGB Variations
Color information
#34B8FA (or 0x34B8FA) is known color: Summer Sky. HEX triplet: 34, B8 and FA. RGB value is (52,184,250). Sum of RGB (Red+Green+Blue) = 52+184+250=486 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.70% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #34B8FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34B8FA is #CB4705. Grayscale: #979797. Windows color (decimal): -13321990 or 16431156. OLE color: 16431156.
HSL color Cylindrical-coordinate representation of color #34B8FA: hue angle of 200º 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 #34B8FA is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 184 | 250 | - |
| CMYK | 0.79 | 0.26 | 0 | 0.02 |
| HSL | 200º | 0.95% | 0.59% | - |
| HSV(B) | 200º | 0.79% | 0.98% | - |
| XYZ | 35.81 | 41.91 | 96.65 | - |
| YUV | 152.06 | 183.27 | 56.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 184 | 250 | 0.79 | 0.26 | 0 | 0.02 | 200 | 0.95 | 0.59 |
| Hex | 34 | B8 | FA | 4F | 1A | 0 | 2 | C8 | 5F | 3B |
| Octal | 64 | 270 | 372 | 117 | 32 | 0 | 2 | 310 | 137 | 73 |
| Binary | 110100 | 10111000 | 11111010 | 1001111 | 11010 | 0 | 10 | 11001000 | 1011111 | 111011 |
Color Harmonies of #34B8FA
Complementary color
Monochromatic Colors of #34B8FA
Black with #34B8FA
Text Example
Text Example
White with #34B8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B8FA; }
p { color: rgb(52,184,250); }
H1.HeaderClassName
{
color: #34B8FA;
}
.AnyTagClassName
{
color: #34B8FA;
}
</style>
background-color css
<style>
a { background-color: #34B8FA; }
a { background-color: rgb(52,184,250); }
div.DivClassName
{
background-color: #34B8FA;
}
.BgClassName
{
background-color: #34B8FA;
}
</style>
border-color css
<style>
span { border-color: #34B8FA; }
span { border-color: rgb(52,184,250); }
td.TdClassName
{
border-color: #34B8FA;
}
.TagClassName
{
border-color: #34B8FA;
}
</style>