Shades of Summer Sky #2FC8DB
Tints of Summer Sky #2FC8DB
RGB
CMYK
RGB Variations
Color information
#2FC8DB (or 0x2FC8DB) is known color: Summer Sky. HEX triplet: 2F, C8 and DB. RGB value is (47,200,219). Sum of RGB (Red+Green+Blue) = 47+200+219=466 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.09% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #2FC8DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC8DB is #D03724. Grayscale: #9C9C9C. Windows color (decimal): -13645605 or 14403631. OLE color: 14403631.
HSL color Cylindrical-coordinate representation of color #2FC8DB: hue angle of 186.63º degrees, saturation: 0.7, 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 #2FC8DB is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 200 | 219 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.14 |
| HSL | 186.63º | 0.7% | 0.52% | - |
| HSV(B) | 186.63º | 0.79% | 0.86% | - |
| XYZ | 34.61 | 47.03 | 74.27 | - |
| YUV | 156.42 | 163.31 | 49.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 200 | 219 | 0.79 | 0.09 | 0 | 0.14 | 186.63 | 0.7 | 0.52 |
| Hex | 2F | C8 | DB | 4F | 9 | 0 | E | BB | 46 | 34 |
| Octal | 57 | 310 | 333 | 117 | 11 | 0 | 16 | 273 | 106 | 64 |
| Binary | 101111 | 11001000 | 11011011 | 1001111 | 1001 | 0 | 1110 | 10111011 | 1000110 | 110100 |
Color Harmonies of #2FC8DB
Complementary color
Monochromatic Colors of #2FC8DB
Black with #2FC8DB
Text Example
Text Example
White with #2FC8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC8DB; }
p { color: rgb(47,200,219); }
H1.HeaderClassName
{
color: #2FC8DB;
}
.AnyTagClassName
{
color: #2FC8DB;
}
</style>
background-color css
<style>
a { background-color: #2FC8DB; }
a { background-color: rgb(47,200,219); }
div.DivClassName
{
background-color: #2FC8DB;
}
.BgClassName
{
background-color: #2FC8DB;
}
</style>
border-color css
<style>
span { border-color: #2FC8DB; }
span { border-color: rgb(47,200,219); }
td.TdClassName
{
border-color: #2FC8DB;
}
.TagClassName
{
border-color: #2FC8DB;
}
</style>