Shades of Summer Sky #3FCAFE
Tints of Summer Sky #3FCAFE
RGB
CMYK
RGB Variations
Color information
#3FCAFE (or 0x3FCAFE) is known color: Summer Sky. HEX triplet: 3F, CA and FE. RGB value is (63,202,254). Sum of RGB (Red+Green+Blue) = 63+202+254=519 (68% of max value = 765). Red value is 63 (25% from 255 or 12.14% from 519); Green value is 202 (79.30% from 255 or 38.92% 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 #3FCAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FCAFE is #C03501. Grayscale: #A6A6A6. Windows color (decimal): -12596482 or 16697919. OLE color: 16697919.
HSL color Cylindrical-coordinate representation of color #3FCAFE: hue angle of 196.34º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FCAFE is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 202 | 254 | - |
| CMYK | 0.75 | 0.20 | 0 | 0.00 |
| HSL | 196.34º | 0.99% | 0.62% | - |
| HSV(B) | 196.34º | 0.75% | 1% | - |
| XYZ | 41.06 | 50.45 | 101.34 | - |
| YUV | 166.37 | 177.45 | 54.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 254 | 0.75 | 0.20 | 0 | 0.00 | 196.34 | 0.99 | 0.62 |
| Hex | 3F | CA | FE | 4B | 14 | 0 | 0 | C4 | 63 | 3E |
| Octal | 77 | 312 | 376 | 113 | 24 | 0 | 0 | 304 | 143 | 76 |
| Binary | 111111 | 11001010 | 11111110 | 1001011 | 10100 | 0 | 0 | 11000100 | 1100011 | 111110 |
Color Harmonies of #3FCAFE
Complementary color
Monochromatic Colors of #3FCAFE
Black with #3FCAFE
Text Example
Text Example
White with #3FCAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCAFE; }
p { color: rgb(63,202,254); }
H1.HeaderClassName
{
color: #3FCAFE;
}
.AnyTagClassName
{
color: #3FCAFE;
}
</style>
background-color css
<style>
a { background-color: #3FCAFE; }
a { background-color: rgb(63,202,254); }
div.DivClassName
{
background-color: #3FCAFE;
}
.BgClassName
{
background-color: #3FCAFE;
}
</style>
border-color css
<style>
span { border-color: #3FCAFE; }
span { border-color: rgb(63,202,254); }
td.TdClassName
{
border-color: #3FCAFE;
}
.TagClassName
{
border-color: #3FCAFE;
}
</style>