Shades of Summer Sky #34BAFC
Tints of Summer Sky #34BAFC
RGB
CMYK
RGB Variations
Color information
#34BAFC (or 0x34BAFC) is known color: Summer Sky. HEX triplet: 34, BA and FC. RGB value is (52,186,252). Sum of RGB (Red+Green+Blue) = 52+186+252=490 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.61% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #34BAFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34BAFC is #CB4503. Grayscale: #999999. Windows color (decimal): -13321476 or 16562740. OLE color: 16562740.
HSL color Cylindrical-coordinate representation of color #34BAFC: hue angle of 199.8º 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 #34BAFC is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 186 | 252 | - |
| CMYK | 0.79 | 0.26 | 0 | 0.01 |
| HSL | 199.8º | 0.97% | 0.6% | - |
| HSV(B) | 199.8º | 0.79% | 0.99% | - |
| XYZ | 36.55 | 42.88 | 98.45 | - |
| YUV | 153.46 | 183.61 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 186 | 252 | 0.79 | 0.26 | 0 | 0.01 | 199.8 | 0.97 | 0.6 |
| Hex | 34 | BA | FC | 4F | 1A | 0 | 1 | C8 | 61 | 3C |
| Octal | 64 | 272 | 374 | 117 | 32 | 0 | 1 | 310 | 141 | 74 |
| Binary | 110100 | 10111010 | 11111100 | 1001111 | 11010 | 0 | 1 | 11001000 | 1100001 | 111100 |
Color Harmonies of #34BAFC
Complementary color
Monochromatic Colors of #34BAFC
Black with #34BAFC
Text Example
Text Example
White with #34BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BAFC; }
p { color: rgb(52,186,252); }
H1.HeaderClassName
{
color: #34BAFC;
}
.AnyTagClassName
{
color: #34BAFC;
}
</style>
background-color css
<style>
a { background-color: #34BAFC; }
a { background-color: rgb(52,186,252); }
div.DivClassName
{
background-color: #34BAFC;
}
.BgClassName
{
background-color: #34BAFC;
}
</style>
border-color css
<style>
span { border-color: #34BAFC; }
span { border-color: rgb(52,186,252); }
td.TdClassName
{
border-color: #34BAFC;
}
.TagClassName
{
border-color: #34BAFC;
}
</style>