Shades of Summer Sky #2FBFF9
Tints of Summer Sky #2FBFF9
RGB
CMYK
RGB Variations
Color information
#2FBFF9 (or 0x2FBFF9) is known color: Summer Sky. HEX triplet: 2F, BF and F9. RGB value is (47,191,249). Sum of RGB (Red+Green+Blue) = 47+191+249=487 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.65% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 249 (97.66% from 255 or 51.13% from 487); Max value from RGB is 249 - color contains mainly: blue. Hex color #2FBFF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FBFF9 is #D04006. Grayscale: #9A9A9A. Windows color (decimal): -13647879 or 16367407. OLE color: 16367407.
HSL color Cylindrical-coordinate representation of color #2FBFF9: hue angle of 197.23º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FBFF9 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 191 | 249 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.02 |
| HSL | 197.23º | 0.94% | 0.58% | - |
| HSV(B) | 197.23º | 0.81% | 0.98% | - |
| XYZ | 36.9 | 44.71 | 96.31 | - |
| YUV | 154.56 | 181.29 | 51.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 191 | 249 | 0.81 | 0.23 | 0 | 0.02 | 197.23 | 0.94 | 0.58 |
| Hex | 2F | BF | F9 | 51 | 17 | 0 | 2 | C5 | 5E | 3A |
| Octal | 57 | 277 | 371 | 121 | 27 | 0 | 2 | 305 | 136 | 72 |
| Binary | 101111 | 10111111 | 11111001 | 1010001 | 10111 | 0 | 10 | 11000101 | 1011110 | 111010 |
Color Harmonies of #2FBFF9
Complementary color
Monochromatic Colors of #2FBFF9
Black with #2FBFF9
Text Example
Text Example
White with #2FBFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBFF9; }
p { color: rgb(47,191,249); }
H1.HeaderClassName
{
color: #2FBFF9;
}
.AnyTagClassName
{
color: #2FBFF9;
}
</style>
background-color css
<style>
a { background-color: #2FBFF9; }
a { background-color: rgb(47,191,249); }
div.DivClassName
{
background-color: #2FBFF9;
}
.BgClassName
{
background-color: #2FBFF9;
}
</style>
border-color css
<style>
span { border-color: #2FBFF9; }
span { border-color: rgb(47,191,249); }
td.TdClassName
{
border-color: #2FBFF9;
}
.TagClassName
{
border-color: #2FBFF9;
}
</style>