Shades of Summer Sky #34ABFC
Tints of Summer Sky #34ABFC
RGB
CMYK
RGB Variations
Color information
#34ABFC (or 0x34ABFC) is known color: Summer Sky. HEX triplet: 34, AB and FC. RGB value is (52,171,252). Sum of RGB (Red+Green+Blue) = 52+171+252=475 (62% of max value = 765). Red value is 52 (20.70% from 255 or 10.95% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #34ABFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34ABFC is #CB5403. Grayscale: #909090. Windows color (decimal): -13325316 or 16558900. OLE color: 16558900.
HSL color Cylindrical-coordinate representation of color #34ABFC: hue angle of 204.3º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34ABFC is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 171 | 252 | - |
| CMYK | 0.79 | 0.32 | 0 | 0.01 |
| HSL | 204.3º | 0.97% | 0.6% | - |
| HSV(B) | 204.3º | 0.79% | 0.99% | - |
| XYZ | 33.55 | 36.88 | 97.45 | - |
| YUV | 144.65 | 188.58 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 171 | 252 | 0.79 | 0.32 | 0 | 0.01 | 204.3 | 0.97 | 0.6 |
| Hex | 34 | AB | FC | 4F | 20 | 0 | 1 | CC | 61 | 3C |
| Octal | 64 | 253 | 374 | 117 | 40 | 0 | 1 | 314 | 141 | 74 |
| Binary | 110100 | 10101011 | 11111100 | 1001111 | 100000 | 0 | 1 | 11001100 | 1100001 | 111100 |
Color Harmonies of #34ABFC
Complementary color
Monochromatic Colors of #34ABFC
Black with #34ABFC
Text Example
Text Example
White with #34ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ABFC; }
p { color: rgb(52,171,252); }
H1.HeaderClassName
{
color: #34ABFC;
}
.AnyTagClassName
{
color: #34ABFC;
}
</style>
background-color css
<style>
a { background-color: #34ABFC; }
a { background-color: rgb(52,171,252); }
div.DivClassName
{
background-color: #34ABFC;
}
.BgClassName
{
background-color: #34ABFC;
}
</style>
border-color css
<style>
span { border-color: #34ABFC; }
span { border-color: rgb(52,171,252); }
td.TdClassName
{
border-color: #34ABFC;
}
.TagClassName
{
border-color: #34ABFC;
}
</style>