Shades of Summer Sky #3FCAFA
Tints of Summer Sky #3FCAFA
RGB
CMYK
RGB Variations
Color information
#3FCAFA (or 0x3FCAFA) is known color: Summer Sky. HEX triplet: 3F, CA and FA. RGB value is (63,202,250). Sum of RGB (Red+Green+Blue) = 63+202+250=515 (68% of max value = 765). Red value is 63 (25% from 255 or 12.23% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #3FCAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FCAFA is #C03505. Grayscale: #A5A5A5. Windows color (decimal): -12596486 or 16435775. OLE color: 16435775.
HSL color Cylindrical-coordinate representation of color #3FCAFA: hue angle of 195.4º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FCAFA is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 202 | 250 | - |
| CMYK | 0.75 | 0.19 | 0 | 0.02 |
| HSL | 195.4º | 0.95% | 0.61% | - |
| HSV(B) | 195.4º | 0.75% | 0.98% | - |
| XYZ | 40.43 | 50.2 | 98 | - |
| YUV | 165.91 | 175.45 | 54.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 250 | 0.75 | 0.19 | 0 | 0.02 | 195.4 | 0.95 | 0.61 |
| Hex | 3F | CA | FA | 4B | 13 | 0 | 2 | C3 | 5F | 3D |
| Octal | 77 | 312 | 372 | 113 | 23 | 0 | 2 | 303 | 137 | 75 |
| Binary | 111111 | 11001010 | 11111010 | 1001011 | 10011 | 0 | 10 | 11000011 | 1011111 | 111101 |
Color Harmonies of #3FCAFA
Complementary color
Monochromatic Colors of #3FCAFA
Black with #3FCAFA
Text Example
Text Example
White with #3FCAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCAFA; }
p { color: rgb(63,202,250); }
H1.HeaderClassName
{
color: #3FCAFA;
}
.AnyTagClassName
{
color: #3FCAFA;
}
</style>
background-color css
<style>
a { background-color: #3FCAFA; }
a { background-color: rgb(63,202,250); }
div.DivClassName
{
background-color: #3FCAFA;
}
.BgClassName
{
background-color: #3FCAFA;
}
</style>
border-color css
<style>
span { border-color: #3FCAFA; }
span { border-color: rgb(63,202,250); }
td.TdClassName
{
border-color: #3FCAFA;
}
.TagClassName
{
border-color: #3FCAFA;
}
</style>