Shades of Summer Sky #2FBCFF
Tints of Summer Sky #2FBCFF
RGB
CMYK
RGB Variations
Color information
#2FBCFF (or 0x2FBCFF) is known color: Summer Sky. HEX triplet: 2F, BC and FF. RGB value is (47,188,255). Sum of RGB (Red+Green+Blue) = 47+188+255=490 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.59% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #2FBCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FBCFF is #D04300. Grayscale: #999999. Windows color (decimal): -13648641 or 16759855. OLE color: 16759855.
HSL color Cylindrical-coordinate representation of color #2FBCFF: hue angle of 199.33º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FBCFF is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 188 | 255 | - |
| CMYK | 0.82 | 0.26 | 0 | 0 |
| HSL | 199.33º | 1% | 0.59% | - |
| HSV(B) | 199.33º | 0.82% | 1% | - |
| XYZ | 37.21 | 43.79 | 101.1 | - |
| YUV | 153.48 | 185.29 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 255 | 0.82 | 0.26 | 0 | 0 | 199.33 | 1 | 0.59 |
| Hex | 2F | BC | FF | 52 | 1A | 0 | 0 | C7 | 64 | 3B |
| Octal | 57 | 274 | 377 | 122 | 32 | 0 | 0 | 307 | 144 | 73 |
| Binary | 101111 | 10111100 | 11111111 | 1010010 | 11010 | 0 | 0 | 11000111 | 1100100 | 111011 |
Color Harmonies of #2FBCFF
Complementary color
Monochromatic Colors of #2FBCFF
Black with #2FBCFF
Text Example
Text Example
White with #2FBCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBCFF; }
p { color: rgb(47,188,255); }
H1.HeaderClassName
{
color: #2FBCFF;
}
.AnyTagClassName
{
color: #2FBCFF;
}
</style>
background-color css
<style>
a { background-color: #2FBCFF; }
a { background-color: rgb(47,188,255); }
div.DivClassName
{
background-color: #2FBCFF;
}
.BgClassName
{
background-color: #2FBCFF;
}
</style>
border-color css
<style>
span { border-color: #2FBCFF; }
span { border-color: rgb(47,188,255); }
td.TdClassName
{
border-color: #2FBCFF;
}
.TagClassName
{
border-color: #2FBCFF;
}
</style>