Shades of Summer Sky #2FD3FC
Tints of Summer Sky #2FD3FC
RGB
CMYK
RGB Variations
Color information
#2FD3FC (or 0x2FD3FC) is known color: Summer Sky. HEX triplet: 2F, D3 and FC. RGB value is (47,211,252). Sum of RGB (Red+Green+Blue) = 47+211+252=510 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.22% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #2FD3FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FD3FC is #D02C03. Grayscale: #A6A6A6. Windows color (decimal): -13642756 or 16569135. OLE color: 16569135.
HSL color Cylindrical-coordinate representation of color #2FD3FC: hue angle of 192º 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 #2FD3FC is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 211 | 252 | - |
| CMYK | 0.81 | 0.16 | 0 | 0.01 |
| HSL | 192º | 0.97% | 0.59% | - |
| HSV(B) | 192º | 0.81% | 0.99% | - |
| XYZ | 42.04 | 54.22 | 100.35 | - |
| YUV | 166.64 | 176.17 | 42.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 211 | 252 | 0.81 | 0.16 | 0 | 0.01 | 192 | 0.97 | 0.59 |
| Hex | 2F | D3 | FC | 51 | 10 | 0 | 1 | C0 | 61 | 3B |
| Octal | 57 | 323 | 374 | 121 | 20 | 0 | 1 | 300 | 141 | 73 |
| Binary | 101111 | 11010011 | 11111100 | 1010001 | 10000 | 0 | 1 | 11000000 | 1100001 | 111011 |
Color Harmonies of #2FD3FC
Complementary color
Monochromatic Colors of #2FD3FC
Black with #2FD3FC
Text Example
Text Example
White with #2FD3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD3FC; }
p { color: rgb(47,211,252); }
H1.HeaderClassName
{
color: #2FD3FC;
}
.AnyTagClassName
{
color: #2FD3FC;
}
</style>
background-color css
<style>
a { background-color: #2FD3FC; }
a { background-color: rgb(47,211,252); }
div.DivClassName
{
background-color: #2FD3FC;
}
.BgClassName
{
background-color: #2FD3FC;
}
</style>
border-color css
<style>
span { border-color: #2FD3FC; }
span { border-color: rgb(47,211,252); }
td.TdClassName
{
border-color: #2FD3FC;
}
.TagClassName
{
border-color: #2FD3FC;
}
</style>