Shades of Summer Sky #2FCBDF
Tints of Summer Sky #2FCBDF
RGB
CMYK
RGB Variations
Color information
#2FCBDF (or 0x2FCBDF) is known color: Summer Sky. HEX triplet: 2F, CB and DF. RGB value is (47,203,223). Sum of RGB (Red+Green+Blue) = 47+203+223=473 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.94% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #2FCBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCBDF is #D03420. Grayscale: #9E9E9E. Windows color (decimal): -13644833 or 14666543. OLE color: 14666543.
HSL color Cylindrical-coordinate representation of color #2FCBDF: hue angle of 186.82º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FCBDF is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 203 | 223 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.13 |
| HSL | 186.82º | 0.73% | 0.53% | - |
| HSV(B) | 186.82º | 0.79% | 0.87% | - |
| XYZ | 35.85 | 48.64 | 77.31 | - |
| YUV | 158.64 | 164.32 | 48.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 203 | 223 | 0.79 | 0.09 | 0 | 0.13 | 186.82 | 0.73 | 0.53 |
| Hex | 2F | CB | DF | 4F | 9 | 0 | D | BB | 49 | 35 |
| Octal | 57 | 313 | 337 | 117 | 11 | 0 | 15 | 273 | 111 | 65 |
| Binary | 101111 | 11001011 | 11011111 | 1001111 | 1001 | 0 | 1101 | 10111011 | 1001001 | 110101 |
Color Harmonies of #2FCBDF
Complementary color
Monochromatic Colors of #2FCBDF
Black with #2FCBDF
Text Example
Text Example
White with #2FCBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCBDF; }
p { color: rgb(47,203,223); }
H1.HeaderClassName
{
color: #2FCBDF;
}
.AnyTagClassName
{
color: #2FCBDF;
}
</style>
background-color css
<style>
a { background-color: #2FCBDF; }
a { background-color: rgb(47,203,223); }
div.DivClassName
{
background-color: #2FCBDF;
}
.BgClassName
{
background-color: #2FCBDF;
}
</style>
border-color css
<style>
span { border-color: #2FCBDF; }
span { border-color: rgb(47,203,223); }
td.TdClassName
{
border-color: #2FCBDF;
}
.TagClassName
{
border-color: #2FCBDF;
}
</style>