Shades of Summer Sky #2FC9FC
Tints of Summer Sky #2FC9FC
RGB
CMYK
RGB Variations
Color information
#2FC9FC (or 0x2FC9FC) is known color: Summer Sky. HEX triplet: 2F, C9 and FC. RGB value is (47,201,252). Sum of RGB (Red+Green+Blue) = 47+201+252=500 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.4% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #2FC9FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FC9FC is #D03603. Grayscale: #A0A0A0. Windows color (decimal): -13645316 or 16566575. OLE color: 16566575.
HSL color Cylindrical-coordinate representation of color #2FC9FC: hue angle of 194.93º degrees, saturation: 0.97, 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 #2FC9FC is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 201 | 252 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.01 |
| HSL | 194.93º | 0.97% | 0.59% | - |
| HSV(B) | 194.93º | 0.81% | 0.99% | - |
| XYZ | 39.63 | 49.41 | 99.54 | - |
| YUV | 160.77 | 179.48 | 46.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 201 | 252 | 0.81 | 0.20 | 0 | 0.01 | 194.93 | 0.97 | 0.59 |
| Hex | 2F | C9 | FC | 51 | 14 | 0 | 1 | C3 | 61 | 3B |
| Octal | 57 | 311 | 374 | 121 | 24 | 0 | 1 | 303 | 141 | 73 |
| Binary | 101111 | 11001001 | 11111100 | 1010001 | 10100 | 0 | 1 | 11000011 | 1100001 | 111011 |
Color Harmonies of #2FC9FC
Complementary color
Monochromatic Colors of #2FC9FC
Black with #2FC9FC
Text Example
Text Example
White with #2FC9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC9FC; }
p { color: rgb(47,201,252); }
H1.HeaderClassName
{
color: #2FC9FC;
}
.AnyTagClassName
{
color: #2FC9FC;
}
</style>
background-color css
<style>
a { background-color: #2FC9FC; }
a { background-color: rgb(47,201,252); }
div.DivClassName
{
background-color: #2FC9FC;
}
.BgClassName
{
background-color: #2FC9FC;
}
</style>
border-color css
<style>
span { border-color: #2FC9FC; }
span { border-color: rgb(47,201,252); }
td.TdClassName
{
border-color: #2FC9FC;
}
.TagClassName
{
border-color: #2FC9FC;
}
</style>