Shades of Summer Sky #34BFF1
Tints of Summer Sky #34BFF1
RGB
CMYK
RGB Variations
Color information
#34BFF1 (or 0x34BFF1) is known color: Summer Sky. HEX triplet: 34, BF and F1. RGB value is (52,191,241). Sum of RGB (Red+Green+Blue) = 52+191+241=484 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.74% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #34BFF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34BFF1 is #CB400E. Grayscale: #9A9A9A. Windows color (decimal): -13320207 or 15843124. OLE color: 15843124.
HSL color Cylindrical-coordinate representation of color #34BFF1: hue angle of 195.87º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34BFF1 is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 191 | 241 | - |
| CMYK | 0.78 | 0.21 | 0 | 0.05 |
| HSL | 195.87º | 0.87% | 0.57% | - |
| HSV(B) | 195.87º | 0.78% | 0.95% | - |
| XYZ | 35.92 | 44.34 | 89.88 | - |
| YUV | 155.14 | 176.45 | 54.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 191 | 241 | 0.78 | 0.21 | 0 | 0.05 | 195.87 | 0.87 | 0.57 |
| Hex | 34 | BF | F1 | 4E | 15 | 0 | 5 | C4 | 57 | 39 |
| Octal | 64 | 277 | 361 | 116 | 25 | 0 | 5 | 304 | 127 | 71 |
| Binary | 110100 | 10111111 | 11110001 | 1001110 | 10101 | 0 | 101 | 11000100 | 1010111 | 111001 |
Color Harmonies of #34BFF1
Complementary color
Monochromatic Colors of #34BFF1
Black with #34BFF1
Text Example
Text Example
White with #34BFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BFF1; }
p { color: rgb(52,191,241); }
H1.HeaderClassName
{
color: #34BFF1;
}
.AnyTagClassName
{
color: #34BFF1;
}
</style>
background-color css
<style>
a { background-color: #34BFF1; }
a { background-color: rgb(52,191,241); }
div.DivClassName
{
background-color: #34BFF1;
}
.BgClassName
{
background-color: #34BFF1;
}
</style>
border-color css
<style>
span { border-color: #34BFF1; }
span { border-color: rgb(52,191,241); }
td.TdClassName
{
border-color: #34BFF1;
}
.TagClassName
{
border-color: #34BFF1;
}
</style>