Shades of Summer Sky #2FAFFE
Tints of Summer Sky #2FAFFE
RGB
CMYK
RGB Variations
Color information
#2FAFFE (or 0x2FAFFE) is known color: Summer Sky. HEX triplet: 2F, AF and FE. RGB value is (47,175,254). Sum of RGB (Red+Green+Blue) = 47+175+254=476 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.87% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #2FAFFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FAFFE is #D05001. Grayscale: #919191. Windows color (decimal): -13651970 or 16690991. OLE color: 16690991.
HSL color Cylindrical-coordinate representation of color #2FAFFE: hue angle of 202.9º 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 #2FAFFE is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 175 | 254 | - |
| CMYK | 0.81 | 0.31 | 0 | 0.00 |
| HSL | 202.9º | 0.99% | 0.59% | - |
| HSV(B) | 202.9º | 0.81% | 1% | - |
| XYZ | 34.39 | 38.42 | 99.37 | - |
| YUV | 145.73 | 189.09 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 175 | 254 | 0.81 | 0.31 | 0 | 0.00 | 202.9 | 0.99 | 0.59 |
| Hex | 2F | AF | FE | 51 | 1F | 0 | 0 | CB | 63 | 3B |
| Octal | 57 | 257 | 376 | 121 | 37 | 0 | 0 | 313 | 143 | 73 |
| Binary | 101111 | 10101111 | 11111110 | 1010001 | 11111 | 0 | 0 | 11001011 | 1100011 | 111011 |
Color Harmonies of #2FAFFE
Complementary color
Monochromatic Colors of #2FAFFE
Black with #2FAFFE
Text Example
Text Example
White with #2FAFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAFFE; }
p { color: rgb(47,175,254); }
H1.HeaderClassName
{
color: #2FAFFE;
}
.AnyTagClassName
{
color: #2FAFFE;
}
</style>
background-color css
<style>
a { background-color: #2FAFFE; }
a { background-color: rgb(47,175,254); }
div.DivClassName
{
background-color: #2FAFFE;
}
.BgClassName
{
background-color: #2FAFFE;
}
</style>
border-color css
<style>
span { border-color: #2FAFFE; }
span { border-color: rgb(47,175,254); }
td.TdClassName
{
border-color: #2FAFFE;
}
.TagClassName
{
border-color: #2FAFFE;
}
</style>