Shades of Summer Sky #2FBCFD
Tints of Summer Sky #2FBCFD
RGB
CMYK
RGB Variations
Color information
#2FBCFD (or 0x2FBCFD) is known color: Summer Sky. HEX triplet: 2F, BC and FD. RGB value is (47,188,253). Sum of RGB (Red+Green+Blue) = 47+188+253=488 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.63% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #2FBCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FBCFD is #D04302. Grayscale: #989898. Windows color (decimal): -13648643 or 16628783. OLE color: 16628783.
HSL color Cylindrical-coordinate representation of color #2FBCFD: hue angle of 198.93º degrees, saturation: 0.98, 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 #2FBCFD is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 188 | 253 | - |
| CMYK | 0.81 | 0.26 | 0 | 0.01 |
| HSL | 198.93º | 0.98% | 0.59% | - |
| HSV(B) | 198.93º | 0.81% | 0.99% | - |
| XYZ | 36.89 | 43.66 | 99.41 | - |
| YUV | 153.25 | 184.29 | 52.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 253 | 0.81 | 0.26 | 0 | 0.01 | 198.93 | 0.98 | 0.59 |
| Hex | 2F | BC | FD | 51 | 1A | 0 | 1 | C7 | 62 | 3B |
| Octal | 57 | 274 | 375 | 121 | 32 | 0 | 1 | 307 | 142 | 73 |
| Binary | 101111 | 10111100 | 11111101 | 1010001 | 11010 | 0 | 1 | 11000111 | 1100010 | 111011 |
Color Harmonies of #2FBCFD
Complementary color
Monochromatic Colors of #2FBCFD
Black with #2FBCFD
Text Example
Text Example
White with #2FBCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBCFD; }
p { color: rgb(47,188,253); }
H1.HeaderClassName
{
color: #2FBCFD;
}
.AnyTagClassName
{
color: #2FBCFD;
}
</style>
background-color css
<style>
a { background-color: #2FBCFD; }
a { background-color: rgb(47,188,253); }
div.DivClassName
{
background-color: #2FBCFD;
}
.BgClassName
{
background-color: #2FBCFD;
}
</style>
border-color css
<style>
span { border-color: #2FBCFD; }
span { border-color: rgb(47,188,253); }
td.TdClassName
{
border-color: #2FBCFD;
}
.TagClassName
{
border-color: #2FBCFD;
}
</style>