Shades of Summer Sky #2FAFFC
Tints of Summer Sky #2FAFFC
RGB
CMYK
RGB Variations
Color information
#2FAFFC (or 0x2FAFFC) is known color: Summer Sky. HEX triplet: 2F, AF and FC. RGB value is (47,175,252). Sum of RGB (Red+Green+Blue) = 47+175+252=474 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.92% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #2FAFFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FAFFC is #D05003. Grayscale: #919191. Windows color (decimal): -13651972 or 16559919. OLE color: 16559919.
HSL color Cylindrical-coordinate representation of color #2FAFFC: hue angle of 202.54º 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 #2FAFFC is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 175 | 252 | - |
| CMYK | 0.81 | 0.31 | 0 | 0.01 |
| HSL | 202.54º | 0.97% | 0.59% | - |
| HSV(B) | 202.54º | 0.81% | 0.99% | - |
| XYZ | 34.07 | 38.29 | 97.69 | - |
| YUV | 145.51 | 188.09 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 175 | 252 | 0.81 | 0.31 | 0 | 0.01 | 202.54 | 0.97 | 0.59 |
| Hex | 2F | AF | FC | 51 | 1F | 0 | 1 | CB | 61 | 3B |
| Octal | 57 | 257 | 374 | 121 | 37 | 0 | 1 | 313 | 141 | 73 |
| Binary | 101111 | 10101111 | 11111100 | 1010001 | 11111 | 0 | 1 | 11001011 | 1100001 | 111011 |
Color Harmonies of #2FAFFC
Complementary color
Monochromatic Colors of #2FAFFC
Black with #2FAFFC
Text Example
Text Example
White with #2FAFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAFFC; }
p { color: rgb(47,175,252); }
H1.HeaderClassName
{
color: #2FAFFC;
}
.AnyTagClassName
{
color: #2FAFFC;
}
</style>
background-color css
<style>
a { background-color: #2FAFFC; }
a { background-color: rgb(47,175,252); }
div.DivClassName
{
background-color: #2FAFFC;
}
.BgClassName
{
background-color: #2FAFFC;
}
</style>
border-color css
<style>
span { border-color: #2FAFFC; }
span { border-color: rgb(47,175,252); }
td.TdClassName
{
border-color: #2FAFFC;
}
.TagClassName
{
border-color: #2FAFFC;
}
</style>