Shades of Summer Sky #34B3FF
Tints of Summer Sky #34B3FF
RGB
CMYK
RGB Variations
Color information
#34B3FF (or 0x34B3FF) is known color: Summer Sky. HEX triplet: 34, B3 and FF. RGB value is (52,179,255). Sum of RGB (Red+Green+Blue) = 52+179+255=486 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.70% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #34B3FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34B3FF is #CB4C00. Grayscale: #959595. Windows color (decimal): -13323265 or 16757556. OLE color: 16757556.
HSL color Cylindrical-coordinate representation of color #34B3FF: hue angle of 202.46º 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 #34B3FF is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 179 | 255 | - |
| CMYK | 0.80 | 0.30 | 0 | 0 |
| HSL | 202.46º | 1% | 0.6% | - |
| HSV(B) | 202.46º | 0.8% | 1% | - |
| XYZ | 35.59 | 40.19 | 100.49 | - |
| YUV | 149.69 | 187.42 | 58.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 179 | 255 | 0.80 | 0.30 | 0 | 0 | 202.46 | 1 | 0.6 |
| Hex | 34 | B3 | FF | 50 | 1E | 0 | 0 | CA | 64 | 3C |
| Octal | 64 | 263 | 377 | 120 | 36 | 0 | 0 | 312 | 144 | 74 |
| Binary | 110100 | 10110011 | 11111111 | 1010000 | 11110 | 0 | 0 | 11001010 | 1100100 | 111100 |
Color Harmonies of #34B3FF
Complementary color
Monochromatic Colors of #34B3FF
Black with #34B3FF
Text Example
Text Example
White with #34B3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B3FF; }
p { color: rgb(52,179,255); }
H1.HeaderClassName
{
color: #34B3FF;
}
.AnyTagClassName
{
color: #34B3FF;
}
</style>
background-color css
<style>
a { background-color: #34B3FF; }
a { background-color: rgb(52,179,255); }
div.DivClassName
{
background-color: #34B3FF;
}
.BgClassName
{
background-color: #34B3FF;
}
</style>
border-color css
<style>
span { border-color: #34B3FF; }
span { border-color: rgb(52,179,255); }
td.TdClassName
{
border-color: #34B3FF;
}
.TagClassName
{
border-color: #34B3FF;
}
</style>