Shades of Summer Sky #2FD1FE
Tints of Summer Sky #2FD1FE
RGB
CMYK
RGB Variations
Color information
#2FD1FE (or 0x2FD1FE) is known color: Summer Sky. HEX triplet: 2F, D1 and FE. RGB value is (47,209,254). Sum of RGB (Red+Green+Blue) = 47+209+254=510 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.22% from 510); Green value is 209 (82.03% from 255 or 40.98% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #2FD1FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FD1FE is #D02E01. Grayscale: #A5A5A5. Windows color (decimal): -13643266 or 16699695. OLE color: 16699695.
HSL color Cylindrical-coordinate representation of color #2FD1FE: hue angle of 193.04º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FD1FE is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 209 | 254 | - |
| CMYK | 0.81 | 0.18 | 0 | 0.00 |
| HSL | 193.04º | 0.99% | 0.59% | - |
| HSV(B) | 193.04º | 0.81% | 1% | - |
| XYZ | 41.86 | 53.36 | 101.86 | - |
| YUV | 165.69 | 177.83 | 43.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 209 | 254 | 0.81 | 0.18 | 0 | 0.00 | 193.04 | 0.99 | 0.59 |
| Hex | 2F | D1 | FE | 51 | 12 | 0 | 0 | C1 | 63 | 3B |
| Octal | 57 | 321 | 376 | 121 | 22 | 0 | 0 | 301 | 143 | 73 |
| Binary | 101111 | 11010001 | 11111110 | 1010001 | 10010 | 0 | 0 | 11000001 | 1100011 | 111011 |
Color Harmonies of #2FD1FE
Complementary color
Monochromatic Colors of #2FD1FE
Black with #2FD1FE
Text Example
Text Example
White with #2FD1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD1FE; }
p { color: rgb(47,209,254); }
H1.HeaderClassName
{
color: #2FD1FE;
}
.AnyTagClassName
{
color: #2FD1FE;
}
</style>
background-color css
<style>
a { background-color: #2FD1FE; }
a { background-color: rgb(47,209,254); }
div.DivClassName
{
background-color: #2FD1FE;
}
.BgClassName
{
background-color: #2FD1FE;
}
</style>
border-color css
<style>
span { border-color: #2FD1FE; }
span { border-color: rgb(47,209,254); }
td.TdClassName
{
border-color: #2FD1FE;
}
.TagClassName
{
border-color: #2FD1FE;
}
</style>