Shades of Summer Sky #2FCBDC
Tints of Summer Sky #2FCBDC
RGB
CMYK
RGB Variations
Color information
#2FCBDC (or 0x2FCBDC) is known color: Summer Sky. HEX triplet: 2F, CB and DC. RGB value is (47,203,220). Sum of RGB (Red+Green+Blue) = 47+203+220=470 (62% of max value = 765). Red value is 47 (18.75% from 255 or 10% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #2FCBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCBDC is #D03423. Grayscale: #9E9E9E. Windows color (decimal): -13644836 or 14469935. OLE color: 14469935.
HSL color Cylindrical-coordinate representation of color #2FCBDC: hue angle of 185.9º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FCBDC is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 203 | 220 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.14 |
| HSL | 185.9º | 0.71% | 0.52% | - |
| HSV(B) | 185.9º | 0.79% | 0.86% | - |
| XYZ | 35.45 | 48.48 | 75.2 | - |
| YUV | 158.29 | 162.82 | 48.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 203 | 220 | 0.79 | 0.08 | 0 | 0.14 | 185.9 | 0.71 | 0.52 |
| Hex | 2F | CB | DC | 4F | 8 | 0 | E | BA | 47 | 34 |
| Octal | 57 | 313 | 334 | 117 | 10 | 0 | 16 | 272 | 107 | 64 |
| Binary | 101111 | 11001011 | 11011100 | 1001111 | 1000 | 0 | 1110 | 10111010 | 1000111 | 110100 |
Color Harmonies of #2FCBDC
Complementary color
Monochromatic Colors of #2FCBDC
Black with #2FCBDC
Text Example
Text Example
White with #2FCBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCBDC; }
p { color: rgb(47,203,220); }
H1.HeaderClassName
{
color: #2FCBDC;
}
.AnyTagClassName
{
color: #2FCBDC;
}
</style>
background-color css
<style>
a { background-color: #2FCBDC; }
a { background-color: rgb(47,203,220); }
div.DivClassName
{
background-color: #2FCBDC;
}
.BgClassName
{
background-color: #2FCBDC;
}
</style>
border-color css
<style>
span { border-color: #2FCBDC; }
span { border-color: rgb(47,203,220); }
td.TdClassName
{
border-color: #2FCBDC;
}
.TagClassName
{
border-color: #2FCBDC;
}
</style>