Shades of Summer Sky #2FAFDA
Tints of Summer Sky #2FAFDA
RGB
CMYK
RGB Variations
Color information
#2FAFDA (or 0x2FAFDA) is known color: Summer Sky. HEX triplet: 2F, AF and DA. RGB value is (47,175,218). Sum of RGB (Red+Green+Blue) = 47+175+218=440 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.68% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #2FAFDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAFDA is #D05025. Grayscale: #8D8D8D. Windows color (decimal): -13652006 or 14331695. OLE color: 14331695.
HSL color Cylindrical-coordinate representation of color #2FAFDA: hue angle of 195.09º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FAFDA is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 175 | 218 | - |
| CMYK | 0.78 | 0.20 | 0 | 0.15 |
| HSL | 195.09º | 0.7% | 0.52% | - |
| HSV(B) | 195.09º | 0.78% | 0.85% | - |
| XYZ | 29.16 | 36.33 | 71.8 | - |
| YUV | 141.63 | 171.09 | 60.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 175 | 218 | 0.78 | 0.20 | 0 | 0.15 | 195.09 | 0.7 | 0.52 |
| Hex | 2F | AF | DA | 4E | 14 | 0 | F | C3 | 46 | 34 |
| Octal | 57 | 257 | 332 | 116 | 24 | 0 | 17 | 303 | 106 | 64 |
| Binary | 101111 | 10101111 | 11011010 | 1001110 | 10100 | 0 | 1111 | 11000011 | 1000110 | 110100 |
Color Harmonies of #2FAFDA
Complementary color
Monochromatic Colors of #2FAFDA
Black with #2FAFDA
Text Example
Text Example
White with #2FAFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAFDA; }
p { color: rgb(47,175,218); }
H1.HeaderClassName
{
color: #2FAFDA;
}
.AnyTagClassName
{
color: #2FAFDA;
}
</style>
background-color css
<style>
a { background-color: #2FAFDA; }
a { background-color: rgb(47,175,218); }
div.DivClassName
{
background-color: #2FAFDA;
}
.BgClassName
{
background-color: #2FAFDA;
}
</style>
border-color css
<style>
span { border-color: #2FAFDA; }
span { border-color: rgb(47,175,218); }
td.TdClassName
{
border-color: #2FAFDA;
}
.TagClassName
{
border-color: #2FAFDA;
}
</style>