Shades of Summer Sky #2FBFDC
Tints of Summer Sky #2FBFDC
RGB
CMYK
RGB Variations
Color information
#2FBFDC (or 0x2FBFDC) is known color: Summer Sky. HEX triplet: 2F, BF and DC. RGB value is (47,191,220). Sum of RGB (Red+Green+Blue) = 47+191+220=458 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.26% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #2FBFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBFDC is #D04023. Grayscale: #969696. Windows color (decimal): -13647908 or 14466863. OLE color: 14466863.
HSL color Cylindrical-coordinate representation of color #2FBFDC: hue angle of 190.06º 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 #2FBFDC is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 191 | 220 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.14 |
| HSL | 190.06º | 0.71% | 0.52% | - |
| HSV(B) | 190.06º | 0.79% | 0.86% | - |
| XYZ | 32.72 | 43.03 | 74.29 | - |
| YUV | 151.25 | 166.79 | 53.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 191 | 220 | 0.79 | 0.13 | 0 | 0.14 | 190.06 | 0.71 | 0.52 |
| Hex | 2F | BF | DC | 4F | D | 0 | E | BE | 47 | 34 |
| Octal | 57 | 277 | 334 | 117 | 15 | 0 | 16 | 276 | 107 | 64 |
| Binary | 101111 | 10111111 | 11011100 | 1001111 | 1101 | 0 | 1110 | 10111110 | 1000111 | 110100 |
Color Harmonies of #2FBFDC
Complementary color
Monochromatic Colors of #2FBFDC
Black with #2FBFDC
Text Example
Text Example
White with #2FBFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBFDC; }
p { color: rgb(47,191,220); }
H1.HeaderClassName
{
color: #2FBFDC;
}
.AnyTagClassName
{
color: #2FBFDC;
}
</style>
background-color css
<style>
a { background-color: #2FBFDC; }
a { background-color: rgb(47,191,220); }
div.DivClassName
{
background-color: #2FBFDC;
}
.BgClassName
{
background-color: #2FBFDC;
}
</style>
border-color css
<style>
span { border-color: #2FBFDC; }
span { border-color: rgb(47,191,220); }
td.TdClassName
{
border-color: #2FBFDC;
}
.TagClassName
{
border-color: #2FBFDC;
}
</style>