Shades of Summer Sky #2FBFFC
Tints of Summer Sky #2FBFFC
RGB
CMYK
RGB Variations
Color information
#2FBFFC (or 0x2FBFFC) is known color: Summer Sky. HEX triplet: 2F, BF and FC. RGB value is (47,191,252). Sum of RGB (Red+Green+Blue) = 47+191+252=490 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.59% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #2FBFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FBFFC is #D04003. Grayscale: #9A9A9A. Windows color (decimal): -13647876 or 16564015. OLE color: 16564015.
HSL color Cylindrical-coordinate representation of color #2FBFFC: hue angle of 197.85º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FBFFC is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 191 | 252 | - |
| CMYK | 0.81 | 0.24 | 0 | 0.01 |
| HSL | 197.85º | 0.97% | 0.59% | - |
| HSV(B) | 197.85º | 0.81% | 0.99% | - |
| XYZ | 37.37 | 44.89 | 98.79 | - |
| YUV | 154.9 | 182.79 | 51.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 191 | 252 | 0.81 | 0.24 | 0 | 0.01 | 197.85 | 0.97 | 0.59 |
| Hex | 2F | BF | FC | 51 | 18 | 0 | 1 | C6 | 61 | 3B |
| Octal | 57 | 277 | 374 | 121 | 30 | 0 | 1 | 306 | 141 | 73 |
| Binary | 101111 | 10111111 | 11111100 | 1010001 | 11000 | 0 | 1 | 11000110 | 1100001 | 111011 |
Color Harmonies of #2FBFFC
Complementary color
Monochromatic Colors of #2FBFFC
Black with #2FBFFC
Text Example
Text Example
White with #2FBFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBFFC; }
p { color: rgb(47,191,252); }
H1.HeaderClassName
{
color: #2FBFFC;
}
.AnyTagClassName
{
color: #2FBFFC;
}
</style>
background-color css
<style>
a { background-color: #2FBFFC; }
a { background-color: rgb(47,191,252); }
div.DivClassName
{
background-color: #2FBFFC;
}
.BgClassName
{
background-color: #2FBFFC;
}
</style>
border-color css
<style>
span { border-color: #2FBFFC; }
span { border-color: rgb(47,191,252); }
td.TdClassName
{
border-color: #2FBFFC;
}
.TagClassName
{
border-color: #2FBFFC;
}
</style>