Shades of Summer Sky #2FCAF9
Tints of Summer Sky #2FCAF9
RGB
CMYK
RGB Variations
Color information
#2FCAF9 (or 0x2FCAF9) is known color: Summer Sky. HEX triplet: 2F, CA and F9. RGB value is (47,202,249). Sum of RGB (Red+Green+Blue) = 47+202+249=498 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.44% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 249 (97.66% from 255 or 50% from 498); Max value from RGB is 249 - color contains mainly: blue. Hex color #2FCAF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FCAF9 is #D03506. Grayscale: #A0A0A0. Windows color (decimal): -13645063 or 16370223. OLE color: 16370223.
HSL color Cylindrical-coordinate representation of color #2FCAF9: hue angle of 193.96º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FCAF9 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 202 | 249 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.02 |
| HSL | 193.96º | 0.94% | 0.58% | - |
| HSV(B) | 193.96º | 0.81% | 0.98% | - |
| XYZ | 39.39 | 49.68 | 97.14 | - |
| YUV | 161.01 | 177.65 | 46.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 202 | 249 | 0.81 | 0.19 | 0 | 0.02 | 193.96 | 0.94 | 0.58 |
| Hex | 2F | CA | F9 | 51 | 13 | 0 | 2 | C2 | 5E | 3A |
| Octal | 57 | 312 | 371 | 121 | 23 | 0 | 2 | 302 | 136 | 72 |
| Binary | 101111 | 11001010 | 11111001 | 1010001 | 10011 | 0 | 10 | 11000010 | 1011110 | 111010 |
Color Harmonies of #2FCAF9
Complementary color
Monochromatic Colors of #2FCAF9
Black with #2FCAF9
Text Example
Text Example
White with #2FCAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCAF9; }
p { color: rgb(47,202,249); }
H1.HeaderClassName
{
color: #2FCAF9;
}
.AnyTagClassName
{
color: #2FCAF9;
}
</style>
background-color css
<style>
a { background-color: #2FCAF9; }
a { background-color: rgb(47,202,249); }
div.DivClassName
{
background-color: #2FCAF9;
}
.BgClassName
{
background-color: #2FCAF9;
}
</style>
border-color css
<style>
span { border-color: #2FCAF9; }
span { border-color: rgb(47,202,249); }
td.TdClassName
{
border-color: #2FCAF9;
}
.TagClassName
{
border-color: #2FCAF9;
}
</style>