Shades of Summer Sky #2FCBFB
Tints of Summer Sky #2FCBFB
RGB
CMYK
RGB Variations
Color information
#2FCBFB (or 0x2FCBFB) is known color: Summer Sky. HEX triplet: 2F, CB and FB. RGB value is (47,203,251). Sum of RGB (Red+Green+Blue) = 47+203+251=501 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.38% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #2FCBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FCBFB is #D03404. Grayscale: #A1A1A1. Windows color (decimal): -13644805 or 16501551. OLE color: 16501551.
HSL color Cylindrical-coordinate representation of color #2FCBFB: hue angle of 194.12º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FCBFB is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 203 | 251 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.02 |
| HSL | 194.12º | 0.96% | 0.58% | - |
| HSV(B) | 194.12º | 0.81% | 0.98% | - |
| XYZ | 39.94 | 50.28 | 98.87 | - |
| YUV | 161.83 | 178.32 | 46.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 203 | 251 | 0.81 | 0.19 | 0 | 0.02 | 194.12 | 0.96 | 0.58 |
| Hex | 2F | CB | FB | 51 | 13 | 0 | 2 | C2 | 60 | 3A |
| Octal | 57 | 313 | 373 | 121 | 23 | 0 | 2 | 302 | 140 | 72 |
| Binary | 101111 | 11001011 | 11111011 | 1010001 | 10011 | 0 | 10 | 11000010 | 1100000 | 111010 |
Color Harmonies of #2FCBFB
Complementary color
Monochromatic Colors of #2FCBFB
Black with #2FCBFB
Text Example
Text Example
White with #2FCBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCBFB; }
p { color: rgb(47,203,251); }
H1.HeaderClassName
{
color: #2FCBFB;
}
.AnyTagClassName
{
color: #2FCBFB;
}
</style>
background-color css
<style>
a { background-color: #2FCBFB; }
a { background-color: rgb(47,203,251); }
div.DivClassName
{
background-color: #2FCBFB;
}
.BgClassName
{
background-color: #2FCBFB;
}
</style>
border-color css
<style>
span { border-color: #2FCBFB; }
span { border-color: rgb(47,203,251); }
td.TdClassName
{
border-color: #2FCBFB;
}
.TagClassName
{
border-color: #2FCBFB;
}
</style>