Shades of Summer Sky #2FCAFF
Tints of Summer Sky #2FCAFF
RGB
CMYK
RGB Variations
Color information
#2FCAFF (or 0x2FCAFF) is known color: Summer Sky. HEX triplet: 2F, CA and FF. RGB value is (47,202,255). Sum of RGB (Red+Green+Blue) = 47+202+255=504 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.33% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #2FCAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FCAFF is #D03500. Grayscale: #A1A1A1. Windows color (decimal): -13645057 or 16763439. OLE color: 16763439.
HSL color Cylindrical-coordinate representation of color #2FCAFF: hue angle of 195.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FCAFF is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 202 | 255 | - |
| CMYK | 0.82 | 0.21 | 0 | 0 |
| HSL | 195.29º | 1% | 0.59% | - |
| HSV(B) | 195.29º | 0.82% | 1% | - |
| XYZ | 40.34 | 50.07 | 102.15 | - |
| YUV | 161.7 | 180.65 | 46.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 202 | 255 | 0.82 | 0.21 | 0 | 0 | 195.29 | 1 | 0.59 |
| Hex | 2F | CA | FF | 52 | 15 | 0 | 0 | C3 | 64 | 3B |
| Octal | 57 | 312 | 377 | 122 | 25 | 0 | 0 | 303 | 144 | 73 |
| Binary | 101111 | 11001010 | 11111111 | 1010010 | 10101 | 0 | 0 | 11000011 | 1100100 | 111011 |
Color Harmonies of #2FCAFF
Complementary color
Monochromatic Colors of #2FCAFF
Black with #2FCAFF
Text Example
Text Example
White with #2FCAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCAFF; }
p { color: rgb(47,202,255); }
H1.HeaderClassName
{
color: #2FCAFF;
}
.AnyTagClassName
{
color: #2FCAFF;
}
</style>
background-color css
<style>
a { background-color: #2FCAFF; }
a { background-color: rgb(47,202,255); }
div.DivClassName
{
background-color: #2FCAFF;
}
.BgClassName
{
background-color: #2FCAFF;
}
</style>
border-color css
<style>
span { border-color: #2FCAFF; }
span { border-color: rgb(47,202,255); }
td.TdClassName
{
border-color: #2FCAFF;
}
.TagClassName
{
border-color: #2FCAFF;
}
</style>