Shades of Summer Sky #2FB4CC
Tints of Summer Sky #2FB4CC
RGB
CMYK
RGB Variations
Color information
#2FB4CC (or 0x2FB4CC) is known color: Summer Sky. HEX triplet: 2F, B4 and CC. RGB value is (47,180,204). Sum of RGB (Red+Green+Blue) = 47+180+204=431 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.90% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #2FB4CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FB4CC is #D04B33. Grayscale: #8E8E8E. Windows color (decimal): -13650740 or 13415471. OLE color: 13415471.
HSL color Cylindrical-coordinate representation of color #2FB4CC: hue angle of 189.17º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FB4CC is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 47 | 180 | 204 | - |
| CMYK | 0.77 | 0.12 | 0 | 0.2 |
| HSL | 189.17º | 0.63% | 0.49% | - |
| HSV(B) | 189.17º | 0.77% | 0.8% | - |
| XYZ | 28.39 | 37.61 | 62.89 | - |
| YUV | 142.97 | 162.44 | 59.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 180 | 204 | 0.77 | 0.12 | 0 | 0.2 | 189.17 | 0.63 | 0.49 |
| Hex | 2F | B4 | CC | 4D | C | 0 | 14 | BD | 3F | 31 |
| Octal | 57 | 264 | 314 | 115 | 14 | 0 | 24 | 275 | 77 | 61 |
| Binary | 101111 | 10110100 | 11001100 | 1001101 | 1100 | 0 | 10100 | 10111101 | 111111 | 110001 |
Color Harmonies of #2FB4CC
Complementary color
Monochromatic Colors of #2FB4CC
Black with #2FB4CC
Text Example
Text Example
White with #2FB4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB4CC; }
p { color: rgb(47,180,204); }
H1.HeaderClassName
{
color: #2FB4CC;
}
.AnyTagClassName
{
color: #2FB4CC;
}
</style>
background-color css
<style>
a { background-color: #2FB4CC; }
a { background-color: rgb(47,180,204); }
div.DivClassName
{
background-color: #2FB4CC;
}
.BgClassName
{
background-color: #2FB4CC;
}
</style>
border-color css
<style>
span { border-color: #2FB4CC; }
span { border-color: rgb(47,180,204); }
td.TdClassName
{
border-color: #2FB4CC;
}
.TagClassName
{
border-color: #2FB4CC;
}
</style>