Shades of Summer Sky #2FC0FD
Tints of Summer Sky #2FC0FD
RGB
CMYK
RGB Variations
Color information
#2FC0FD (or 0x2FC0FD) is known color: Summer Sky. HEX triplet: 2F, C0 and FD. RGB value is (47,192,253). Sum of RGB (Red+Green+Blue) = 47+192+253=492 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.55% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #2FC0FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FC0FD is #D03F02. Grayscale: #9B9B9B. Windows color (decimal): -13647619 or 16629807. OLE color: 16629807.
HSL color Cylindrical-coordinate representation of color #2FC0FD: hue angle of 197.77º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FC0FD is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 192 | 253 | - |
| CMYK | 0.81 | 0.24 | 0 | 0.01 |
| HSL | 197.77º | 0.98% | 0.59% | - |
| HSV(B) | 197.77º | 0.81% | 0.99% | - |
| XYZ | 37.75 | 45.4 | 99.7 | - |
| YUV | 155.6 | 182.96 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 192 | 253 | 0.81 | 0.24 | 0 | 0.01 | 197.77 | 0.98 | 0.59 |
| Hex | 2F | C0 | FD | 51 | 18 | 0 | 1 | C6 | 62 | 3B |
| Octal | 57 | 300 | 375 | 121 | 30 | 0 | 1 | 306 | 142 | 73 |
| Binary | 101111 | 11000000 | 11111101 | 1010001 | 11000 | 0 | 1 | 11000110 | 1100010 | 111011 |
Color Harmonies of #2FC0FD
Complementary color
Monochromatic Colors of #2FC0FD
Black with #2FC0FD
Text Example
Text Example
White with #2FC0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC0FD; }
p { color: rgb(47,192,253); }
H1.HeaderClassName
{
color: #2FC0FD;
}
.AnyTagClassName
{
color: #2FC0FD;
}
</style>
background-color css
<style>
a { background-color: #2FC0FD; }
a { background-color: rgb(47,192,253); }
div.DivClassName
{
background-color: #2FC0FD;
}
.BgClassName
{
background-color: #2FC0FD;
}
</style>
border-color css
<style>
span { border-color: #2FC0FD; }
span { border-color: rgb(47,192,253); }
td.TdClassName
{
border-color: #2FC0FD;
}
.TagClassName
{
border-color: #2FC0FD;
}
</style>