Shades of Summer Sky #2FC8FF
Tints of Summer Sky #2FC8FF
RGB
CMYK
RGB Variations
Color information
#2FC8FF (or 0x2FC8FF) is known color: Summer Sky. HEX triplet: 2F, C8 and FF. RGB value is (47,200,255). Sum of RGB (Red+Green+Blue) = 47+200+255=502 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.36% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #2FC8FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FC8FF is #D03700. Grayscale: #A0A0A0. Windows color (decimal): -13645569 or 16762927. OLE color: 16762927.
HSL color Cylindrical-coordinate representation of color #2FC8FF: hue angle of 195.87º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FC8FF is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 200 | 255 | - |
| CMYK | 0.82 | 0.22 | 0 | 0 |
| HSL | 195.87º | 1% | 0.59% | - |
| HSV(B) | 195.87º | 0.82% | 1% | - |
| XYZ | 39.88 | 49.13 | 101.99 | - |
| YUV | 160.52 | 181.31 | 47.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 200 | 255 | 0.82 | 0.22 | 0 | 0 | 195.87 | 1 | 0.59 |
| Hex | 2F | C8 | FF | 52 | 16 | 0 | 0 | C4 | 64 | 3B |
| Octal | 57 | 310 | 377 | 122 | 26 | 0 | 0 | 304 | 144 | 73 |
| Binary | 101111 | 11001000 | 11111111 | 1010010 | 10110 | 0 | 0 | 11000100 | 1100100 | 111011 |
Color Harmonies of #2FC8FF
Complementary color
Monochromatic Colors of #2FC8FF
Black with #2FC8FF
Text Example
Text Example
White with #2FC8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC8FF; }
p { color: rgb(47,200,255); }
H1.HeaderClassName
{
color: #2FC8FF;
}
.AnyTagClassName
{
color: #2FC8FF;
}
</style>
background-color css
<style>
a { background-color: #2FC8FF; }
a { background-color: rgb(47,200,255); }
div.DivClassName
{
background-color: #2FC8FF;
}
.BgClassName
{
background-color: #2FC8FF;
}
</style>
border-color css
<style>
span { border-color: #2FC8FF; }
span { border-color: rgb(47,200,255); }
td.TdClassName
{
border-color: #2FC8FF;
}
.TagClassName
{
border-color: #2FC8FF;
}
</style>