Shades of Summer Sky #2FCBDD
Tints of Summer Sky #2FCBDD
RGB
CMYK
RGB Variations
Color information
#2FCBDD (or 0x2FCBDD) is known color: Summer Sky. HEX triplet: 2F, CB and DD. RGB value is (47,203,221). Sum of RGB (Red+Green+Blue) = 47+203+221=471 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.98% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #2FCBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCBDD is #D03422. Grayscale: #9E9E9E. Windows color (decimal): -13644835 or 14535471. OLE color: 14535471.
HSL color Cylindrical-coordinate representation of color #2FCBDD: hue angle of 186.21º degrees, saturation: 0.72, 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 #2FCBDD is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 203 | 221 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.13 |
| HSL | 186.21º | 0.72% | 0.53% | - |
| HSV(B) | 186.21º | 0.79% | 0.87% | - |
| XYZ | 35.58 | 48.54 | 75.9 | - |
| YUV | 158.41 | 163.32 | 48.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 203 | 221 | 0.79 | 0.08 | 0 | 0.13 | 186.21 | 0.72 | 0.53 |
| Hex | 2F | CB | DD | 4F | 8 | 0 | D | BA | 48 | 35 |
| Octal | 57 | 313 | 335 | 117 | 10 | 0 | 15 | 272 | 110 | 65 |
| Binary | 101111 | 11001011 | 11011101 | 1001111 | 1000 | 0 | 1101 | 10111010 | 1001000 | 110101 |
Color Harmonies of #2FCBDD
Complementary color
Monochromatic Colors of #2FCBDD
Black with #2FCBDD
Text Example
Text Example
White with #2FCBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCBDD; }
p { color: rgb(47,203,221); }
H1.HeaderClassName
{
color: #2FCBDD;
}
.AnyTagClassName
{
color: #2FCBDD;
}
</style>
background-color css
<style>
a { background-color: #2FCBDD; }
a { background-color: rgb(47,203,221); }
div.DivClassName
{
background-color: #2FCBDD;
}
.BgClassName
{
background-color: #2FCBDD;
}
</style>
border-color css
<style>
span { border-color: #2FCBDD; }
span { border-color: rgb(47,203,221); }
td.TdClassName
{
border-color: #2FCBDD;
}
.TagClassName
{
border-color: #2FCBDD;
}
</style>