Shades of Summer Sky #2FCBF8
Tints of Summer Sky #2FCBF8
RGB
CMYK
RGB Variations
Color information
#2FCBF8 (or 0x2FCBF8) is known color: Summer Sky. HEX triplet: 2F, CB and F8. RGB value is (47,203,248). Sum of RGB (Red+Green+Blue) = 47+203+248=498 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.44% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 248 (97.27% from 255 or 49.80% from 498); Max value from RGB is 248 - color contains mainly: blue. Hex color #2FCBF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FCBF8 is #D03407. Grayscale: #A1A1A1. Windows color (decimal): -13644808 or 16304943. OLE color: 16304943.
HSL color Cylindrical-coordinate representation of color #2FCBF8: hue angle of 193.43º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FCBF8 is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 203 | 248 | - |
| CMYK | 0.81 | 0.18 | 0 | 0.03 |
| HSL | 193.43º | 0.93% | 0.58% | - |
| HSV(B) | 193.43º | 0.81% | 0.97% | - |
| XYZ | 39.47 | 50.09 | 96.4 | - |
| YUV | 161.49 | 176.82 | 46.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 203 | 248 | 0.81 | 0.18 | 0 | 0.03 | 193.43 | 0.93 | 0.58 |
| Hex | 2F | CB | F8 | 51 | 12 | 0 | 3 | C1 | 5D | 3A |
| Octal | 57 | 313 | 370 | 121 | 22 | 0 | 3 | 301 | 135 | 72 |
| Binary | 101111 | 11001011 | 11111000 | 1010001 | 10010 | 0 | 11 | 11000001 | 1011101 | 111010 |
Color Harmonies of #2FCBF8
Complementary color
Monochromatic Colors of #2FCBF8
Black with #2FCBF8
Text Example
Text Example
White with #2FCBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCBF8; }
p { color: rgb(47,203,248); }
H1.HeaderClassName
{
color: #2FCBF8;
}
.AnyTagClassName
{
color: #2FCBF8;
}
</style>
background-color css
<style>
a { background-color: #2FCBF8; }
a { background-color: rgb(47,203,248); }
div.DivClassName
{
background-color: #2FCBF8;
}
.BgClassName
{
background-color: #2FCBF8;
}
</style>
border-color css
<style>
span { border-color: #2FCBF8; }
span { border-color: rgb(47,203,248); }
td.TdClassName
{
border-color: #2FCBF8;
}
.TagClassName
{
border-color: #2FCBF8;
}
</style>