Shades of Summer Sky #2FDAFE
Tints of Summer Sky #2FDAFE
RGB
CMYK
RGB Variations
Color information
#2FDAFE (or 0x2FDAFE) is known color: Summer Sky. HEX triplet: 2F, DA and FE. RGB value is (47,218,254). Sum of RGB (Red+Green+Blue) = 47+218+254=519 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.06% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #2FDAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDAFE is #D02501. Grayscale: #AAAAAA. Windows color (decimal): -13640962 or 16701999. OLE color: 16701999.
HSL color Cylindrical-coordinate representation of color #2FDAFE: hue angle of 190.43º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FDAFE is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 218 | 254 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.00 |
| HSL | 190.43º | 0.99% | 0.59% | - |
| HSV(B) | 190.43º | 0.81% | 1% | - |
| XYZ | 44.13 | 57.9 | 102.62 | - |
| YUV | 170.98 | 174.85 | 39.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 218 | 254 | 0.81 | 0.14 | 0 | 0.00 | 190.43 | 0.99 | 0.59 |
| Hex | 2F | DA | FE | 51 | E | 0 | 0 | BE | 63 | 3B |
| Octal | 57 | 332 | 376 | 121 | 16 | 0 | 0 | 276 | 143 | 73 |
| Binary | 101111 | 11011010 | 11111110 | 1010001 | 1110 | 0 | 0 | 10111110 | 1100011 | 111011 |
Color Harmonies of #2FDAFE
Complementary color
Monochromatic Colors of #2FDAFE
Black with #2FDAFE
Text Example
Text Example
White with #2FDAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDAFE; }
p { color: rgb(47,218,254); }
H1.HeaderClassName
{
color: #2FDAFE;
}
.AnyTagClassName
{
color: #2FDAFE;
}
</style>
background-color css
<style>
a { background-color: #2FDAFE; }
a { background-color: rgb(47,218,254); }
div.DivClassName
{
background-color: #2FDAFE;
}
.BgClassName
{
background-color: #2FDAFE;
}
</style>
border-color css
<style>
span { border-color: #2FDAFE; }
span { border-color: rgb(47,218,254); }
td.TdClassName
{
border-color: #2FDAFE;
}
.TagClassName
{
border-color: #2FDAFE;
}
</style>