Shades of Summer Sky #2FBCDA
Tints of Summer Sky #2FBCDA
RGB
CMYK
RGB Variations
Color information
#2FBCDA (or 0x2FBCDA) is known color: Summer Sky. HEX triplet: 2F, BC and DA. RGB value is (47,188,218). Sum of RGB (Red+Green+Blue) = 47+188+218=453 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.38% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #2FBCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBCDA is #D04325. Grayscale: #949494. Windows color (decimal): -13648678 or 14335023. OLE color: 14335023.
HSL color Cylindrical-coordinate representation of color #2FBCDA: hue angle of 190.53º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FBCDA is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 188 | 218 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.15 |
| HSL | 190.53º | 0.7% | 0.52% | - |
| HSV(B) | 190.53º | 0.78% | 0.85% | - |
| XYZ | 31.81 | 41.63 | 72.69 | - |
| YUV | 149.26 | 166.79 | 55.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 218 | 0.78 | 0.14 | 0 | 0.15 | 190.53 | 0.7 | 0.52 |
| Hex | 2F | BC | DA | 4E | E | 0 | F | BF | 46 | 34 |
| Octal | 57 | 274 | 332 | 116 | 16 | 0 | 17 | 277 | 106 | 64 |
| Binary | 101111 | 10111100 | 11011010 | 1001110 | 1110 | 0 | 1111 | 10111111 | 1000110 | 110100 |
Color Harmonies of #2FBCDA
Complementary color
Monochromatic Colors of #2FBCDA
Black with #2FBCDA
Text Example
Text Example
White with #2FBCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBCDA; }
p { color: rgb(47,188,218); }
H1.HeaderClassName
{
color: #2FBCDA;
}
.AnyTagClassName
{
color: #2FBCDA;
}
</style>
background-color css
<style>
a { background-color: #2FBCDA; }
a { background-color: rgb(47,188,218); }
div.DivClassName
{
background-color: #2FBCDA;
}
.BgClassName
{
background-color: #2FBCDA;
}
</style>
border-color css
<style>
span { border-color: #2FBCDA; }
span { border-color: rgb(47,188,218); }
td.TdClassName
{
border-color: #2FBCDA;
}
.TagClassName
{
border-color: #2FBCDA;
}
</style>