Shades of Summer Sky #2FB8CF
Tints of Summer Sky #2FB8CF
RGB
CMYK
RGB Variations
Color information
#2FB8CF (or 0x2FB8CF) is known color: Summer Sky. HEX triplet: 2F, B8 and CF. RGB value is (47,184,207). Sum of RGB (Red+Green+Blue) = 47+184+207=438 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.73% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #2FB8CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FB8CF is #D04730. Grayscale: #919191. Windows color (decimal): -13649713 or 13613103. OLE color: 13613103.
HSL color Cylindrical-coordinate representation of color #2FB8CF: hue angle of 188.62º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FB8CF is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 184 | 207 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.19 |
| HSL | 188.63º | 0.63% | 0.5% | - |
| HSV(B) | 188.63º | 0.77% | 0.81% | - |
| XYZ | 29.58 | 39.39 | 65.08 | - |
| YUV | 145.66 | 162.61 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 184 | 207 | 0.77 | 0.11 | 0 | 0.19 | 188.63 | 0.63 | 0.5 |
| Hex | 2F | B8 | CF | 4D | B | 0 | 13 | BD | 3F | 32 |
| Octal | 57 | 270 | 317 | 115 | 13 | 0 | 23 | 275 | 77 | 62 |
| Binary | 101111 | 10111000 | 11001111 | 1001101 | 1011 | 0 | 10011 | 10111101 | 111111 | 110010 |
Color Harmonies of #2FB8CF
Complementary color
Monochromatic Colors of #2FB8CF
Black with #2FB8CF
Text Example
Text Example
White with #2FB8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB8CF; }
p { color: rgb(47,184,207); }
H1.HeaderClassName
{
color: #2FB8CF;
}
.AnyTagClassName
{
color: #2FB8CF;
}
</style>
background-color css
<style>
a { background-color: #2FB8CF; }
a { background-color: rgb(47,184,207); }
div.DivClassName
{
background-color: #2FB8CF;
}
.BgClassName
{
background-color: #2FB8CF;
}
</style>
border-color css
<style>
span { border-color: #2FB8CF; }
span { border-color: rgb(47,184,207); }
td.TdClassName
{
border-color: #2FB8CF;
}
.TagClassName
{
border-color: #2FB8CF;
}
</style>