Shades of Summer Sky #2FB1FC
Tints of Summer Sky #2FB1FC
RGB
CMYK
RGB Variations
Color information
#2FB1FC (or 0x2FB1FC) is known color: Summer Sky. HEX triplet: 2F, B1 and FC. RGB value is (47,177,252). Sum of RGB (Red+Green+Blue) = 47+177+252=476 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.87% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #2FB1FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FB1FC is #D04E03. Grayscale: #929292. Windows color (decimal): -13651460 or 16560431. OLE color: 16560431.
HSL color Cylindrical-coordinate representation of color #2FB1FC: hue angle of 201.95º 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 #2FB1FC is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 177 | 252 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.01 |
| HSL | 201.95º | 0.97% | 0.59% | - |
| HSV(B) | 201.95º | 0.81% | 0.99% | - |
| XYZ | 34.47 | 39.08 | 97.82 | - |
| YUV | 146.68 | 187.43 | 56.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 177 | 252 | 0.81 | 0.30 | 0 | 0.01 | 201.95 | 0.97 | 0.59 |
| Hex | 2F | B1 | FC | 51 | 1E | 0 | 1 | CA | 61 | 3B |
| Octal | 57 | 261 | 374 | 121 | 36 | 0 | 1 | 312 | 141 | 73 |
| Binary | 101111 | 10110001 | 11111100 | 1010001 | 11110 | 0 | 1 | 11001010 | 1100001 | 111011 |
Color Harmonies of #2FB1FC
Complementary color
Monochromatic Colors of #2FB1FC
Black with #2FB1FC
Text Example
Text Example
White with #2FB1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB1FC; }
p { color: rgb(47,177,252); }
H1.HeaderClassName
{
color: #2FB1FC;
}
.AnyTagClassName
{
color: #2FB1FC;
}
</style>
background-color css
<style>
a { background-color: #2FB1FC; }
a { background-color: rgb(47,177,252); }
div.DivClassName
{
background-color: #2FB1FC;
}
.BgClassName
{
background-color: #2FB1FC;
}
</style>
border-color css
<style>
span { border-color: #2FB1FC; }
span { border-color: rgb(47,177,252); }
td.TdClassName
{
border-color: #2FB1FC;
}
.TagClassName
{
border-color: #2FB1FC;
}
</style>