Shades of Summer Sky #2FBFFE
Tints of Summer Sky #2FBFFE
RGB
CMYK
RGB Variations
Color information
#2FBFFE (or 0x2FBFFE) is known color: Summer Sky. HEX triplet: 2F, BF and FE. RGB value is (47,191,254). Sum of RGB (Red+Green+Blue) = 47+191+254=492 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.55% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #2FBFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FBFFE is #D04001. Grayscale: #9A9A9A. Windows color (decimal): -13647874 or 16695087. OLE color: 16695087.
HSL color Cylindrical-coordinate representation of color #2FBFFE: hue angle of 198.26º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FBFFE is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 191 | 254 | - |
| CMYK | 0.81 | 0.25 | 0 | 0.00 |
| HSL | 198.26º | 0.99% | 0.59% | - |
| HSV(B) | 198.26º | 0.81% | 1% | - |
| XYZ | 37.69 | 45.02 | 100.47 | - |
| YUV | 155.13 | 183.79 | 50.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 191 | 254 | 0.81 | 0.25 | 0 | 0.00 | 198.26 | 0.99 | 0.59 |
| Hex | 2F | BF | FE | 51 | 19 | 0 | 0 | C6 | 63 | 3B |
| Octal | 57 | 277 | 376 | 121 | 31 | 0 | 0 | 306 | 143 | 73 |
| Binary | 101111 | 10111111 | 11111110 | 1010001 | 11001 | 0 | 0 | 11000110 | 1100011 | 111011 |
Color Harmonies of #2FBFFE
Complementary color
Monochromatic Colors of #2FBFFE
Black with #2FBFFE
Text Example
Text Example
White with #2FBFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBFFE; }
p { color: rgb(47,191,254); }
H1.HeaderClassName
{
color: #2FBFFE;
}
.AnyTagClassName
{
color: #2FBFFE;
}
</style>
background-color css
<style>
a { background-color: #2FBFFE; }
a { background-color: rgb(47,191,254); }
div.DivClassName
{
background-color: #2FBFFE;
}
.BgClassName
{
background-color: #2FBFFE;
}
</style>
border-color css
<style>
span { border-color: #2FBFFE; }
span { border-color: rgb(47,191,254); }
td.TdClassName
{
border-color: #2FBFFE;
}
.TagClassName
{
border-color: #2FBFFE;
}
</style>