Shades of Summer Sky #34BFF4
Tints of Summer Sky #34BFF4
RGB
CMYK
RGB Variations
Color information
#34BFF4 (or 0x34BFF4) is known color: Summer Sky. HEX triplet: 34, BF and F4. RGB value is (52,191,244). Sum of RGB (Red+Green+Blue) = 52+191+244=487 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.68% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 244 (95.70% from 255 or 50.10% from 487); Max value from RGB is 244 - color contains mainly: blue. Hex color #34BFF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34BFF4 is #CB400B. Grayscale: #9B9B9B. Windows color (decimal): -13320204 or 16039732. OLE color: 16039732.
HSL color Cylindrical-coordinate representation of color #34BFF4: hue angle of 196.56º degrees, saturation: 0.9, 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 #34BFF4 is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 191 | 244 | - |
| CMYK | 0.79 | 0.22 | 0 | 0.04 |
| HSL | 196.56º | 0.9% | 0.58% | - |
| HSV(B) | 196.56º | 0.79% | 0.96% | - |
| XYZ | 36.38 | 44.52 | 92.26 | - |
| YUV | 155.48 | 177.95 | 54.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 191 | 244 | 0.79 | 0.22 | 0 | 0.04 | 196.56 | 0.9 | 0.58 |
| Hex | 34 | BF | F4 | 4F | 16 | 0 | 4 | C5 | 5A | 3A |
| Octal | 64 | 277 | 364 | 117 | 26 | 0 | 4 | 305 | 132 | 72 |
| Binary | 110100 | 10111111 | 11110100 | 1001111 | 10110 | 0 | 100 | 11000101 | 1011010 | 111010 |
Color Harmonies of #34BFF4
Complementary color
Monochromatic Colors of #34BFF4
Black with #34BFF4
Text Example
Text Example
White with #34BFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BFF4; }
p { color: rgb(52,191,244); }
H1.HeaderClassName
{
color: #34BFF4;
}
.AnyTagClassName
{
color: #34BFF4;
}
</style>
background-color css
<style>
a { background-color: #34BFF4; }
a { background-color: rgb(52,191,244); }
div.DivClassName
{
background-color: #34BFF4;
}
.BgClassName
{
background-color: #34BFF4;
}
</style>
border-color css
<style>
span { border-color: #34BFF4; }
span { border-color: rgb(52,191,244); }
td.TdClassName
{
border-color: #34BFF4;
}
.TagClassName
{
border-color: #34BFF4;
}
</style>