Shades of Summer Sky #2FBFF1
Tints of Summer Sky #2FBFF1
RGB
CMYK
RGB Variations
Color information
#2FBFF1 (or 0x2FBFF1) is known color: Summer Sky. HEX triplet: 2F, BF and F1. RGB value is (47,191,241). Sum of RGB (Red+Green+Blue) = 47+191+241=479 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.81% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 241 (94.53% from 255 or 50.31% from 479); Max value from RGB is 241 - color contains mainly: blue. Hex color #2FBFF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FBFF1 is #D0400E. Grayscale: #999999. Windows color (decimal): -13647887 or 15843119. OLE color: 15843119.
HSL color Cylindrical-coordinate representation of color #2FBFF1: hue angle of 195.46º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FBFF1 is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 191 | 241 | - |
| CMYK | 0.80 | 0.21 | 0 | 0.05 |
| HSL | 195.46º | 0.87% | 0.56% | - |
| HSV(B) | 195.46º | 0.8% | 0.95% | - |
| XYZ | 35.68 | 44.22 | 89.87 | - |
| YUV | 153.64 | 177.29 | 51.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 191 | 241 | 0.80 | 0.21 | 0 | 0.05 | 195.46 | 0.87 | 0.56 |
| Hex | 2F | BF | F1 | 50 | 15 | 0 | 5 | C3 | 57 | 38 |
| Octal | 57 | 277 | 361 | 120 | 25 | 0 | 5 | 303 | 127 | 70 |
| Binary | 101111 | 10111111 | 11110001 | 1010000 | 10101 | 0 | 101 | 11000011 | 1010111 | 111000 |
Color Harmonies of #2FBFF1
Complementary color
Monochromatic Colors of #2FBFF1
Black with #2FBFF1
Text Example
Text Example
White with #2FBFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBFF1; }
p { color: rgb(47,191,241); }
H1.HeaderClassName
{
color: #2FBFF1;
}
.AnyTagClassName
{
color: #2FBFF1;
}
</style>
background-color css
<style>
a { background-color: #2FBFF1; }
a { background-color: rgb(47,191,241); }
div.DivClassName
{
background-color: #2FBFF1;
}
.BgClassName
{
background-color: #2FBFF1;
}
</style>
border-color css
<style>
span { border-color: #2FBFF1; }
span { border-color: rgb(47,191,241); }
td.TdClassName
{
border-color: #2FBFF1;
}
.TagClassName
{
border-color: #2FBFF1;
}
</style>