Shades of Summer Sky #2FC9FD
Tints of Summer Sky #2FC9FD
RGB
CMYK
RGB Variations
Color information
#2FC9FD (or 0x2FC9FD) is known color: Summer Sky. HEX triplet: 2F, C9 and FD. RGB value is (47,201,253). Sum of RGB (Red+Green+Blue) = 47+201+253=501 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.38% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #2FC9FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FC9FD is #D03602. Grayscale: #A0A0A0. Windows color (decimal): -13645315 or 16632111. OLE color: 16632111.
HSL color Cylindrical-coordinate representation of color #2FC9FD: hue angle of 195.15º 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 #2FC9FD is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 201 | 253 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.01 |
| HSL | 195.15º | 0.98% | 0.59% | - |
| HSV(B) | 195.15º | 0.81% | 0.99% | - |
| XYZ | 39.79 | 49.47 | 100.38 | - |
| YUV | 160.88 | 179.98 | 46.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 201 | 253 | 0.81 | 0.21 | 0 | 0.01 | 195.15 | 0.98 | 0.59 |
| Hex | 2F | C9 | FD | 51 | 15 | 0 | 1 | C3 | 62 | 3B |
| Octal | 57 | 311 | 375 | 121 | 25 | 0 | 1 | 303 | 142 | 73 |
| Binary | 101111 | 11001001 | 11111101 | 1010001 | 10101 | 0 | 1 | 11000011 | 1100010 | 111011 |
Color Harmonies of #2FC9FD
Complementary color
Monochromatic Colors of #2FC9FD
Black with #2FC9FD
Text Example
Text Example
White with #2FC9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC9FD; }
p { color: rgb(47,201,253); }
H1.HeaderClassName
{
color: #2FC9FD;
}
.AnyTagClassName
{
color: #2FC9FD;
}
</style>
background-color css
<style>
a { background-color: #2FC9FD; }
a { background-color: rgb(47,201,253); }
div.DivClassName
{
background-color: #2FC9FD;
}
.BgClassName
{
background-color: #2FC9FD;
}
</style>
border-color css
<style>
span { border-color: #2FC9FD; }
span { border-color: rgb(47,201,253); }
td.TdClassName
{
border-color: #2FC9FD;
}
.TagClassName
{
border-color: #2FC9FD;
}
</style>