Shades of Summer Sky #2FCAFD
Tints of Summer Sky #2FCAFD
RGB
CMYK
RGB Variations
Color information
#2FCAFD (or 0x2FCAFD) is known color: Summer Sky. HEX triplet: 2F, CA and FD. RGB value is (47,202,253). Sum of RGB (Red+Green+Blue) = 47+202+253=502 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.36% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #2FCAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FCAFD is #D03502. Grayscale: #A1A1A1. Windows color (decimal): -13645059 or 16632367. OLE color: 16632367.
HSL color Cylindrical-coordinate representation of color #2FCAFD: hue angle of 194.85º degrees, saturation: 0.98, 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 #2FCAFD is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 202 | 253 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.01 |
| HSL | 194.85º | 0.98% | 0.59% | - |
| HSV(B) | 194.85º | 0.81% | 0.99% | - |
| XYZ | 40.02 | 49.94 | 100.46 | - |
| YUV | 161.47 | 179.65 | 46.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 202 | 253 | 0.81 | 0.20 | 0 | 0.01 | 194.85 | 0.98 | 0.59 |
| Hex | 2F | CA | FD | 51 | 14 | 0 | 1 | C3 | 62 | 3B |
| Octal | 57 | 312 | 375 | 121 | 24 | 0 | 1 | 303 | 142 | 73 |
| Binary | 101111 | 11001010 | 11111101 | 1010001 | 10100 | 0 | 1 | 11000011 | 1100010 | 111011 |
Color Harmonies of #2FCAFD
Complementary color
Monochromatic Colors of #2FCAFD
Black with #2FCAFD
Text Example
Text Example
White with #2FCAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCAFD; }
p { color: rgb(47,202,253); }
H1.HeaderClassName
{
color: #2FCAFD;
}
.AnyTagClassName
{
color: #2FCAFD;
}
</style>
background-color css
<style>
a { background-color: #2FCAFD; }
a { background-color: rgb(47,202,253); }
div.DivClassName
{
background-color: #2FCAFD;
}
.BgClassName
{
background-color: #2FCAFD;
}
</style>
border-color css
<style>
span { border-color: #2FCAFD; }
span { border-color: rgb(47,202,253); }
td.TdClassName
{
border-color: #2FCAFD;
}
.TagClassName
{
border-color: #2FCAFD;
}
</style>