Shades of Summer Sky #3FAFFC
Tints of Summer Sky #3FAFFC
RGB
CMYK
RGB Variations
Color information
#3FAFFC (or 0x3FAFFC) is known color: Summer Sky. HEX triplet: 3F, AF and FC. RGB value is (63,175,252). Sum of RGB (Red+Green+Blue) = 63+175+252=490 (64% of max value = 765). Red value is 63 (25% from 255 or 12.86% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #3FAFFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FAFFC is #C05003. Grayscale: #959595. Windows color (decimal): -12603396 or 16559935. OLE color: 16559935.
HSL color Cylindrical-coordinate representation of color #3FAFFC: hue angle of 204.44º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FAFFC is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 175 | 252 | - |
| CMYK | 0.75 | 0.31 | 0 | 0.01 |
| HSL | 204.44º | 0.97% | 0.62% | - |
| HSV(B) | 204.44º | 0.75% | 0.99% | - |
| XYZ | 34.95 | 38.74 | 97.73 | - |
| YUV | 150.29 | 185.39 | 65.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 252 | 0.75 | 0.31 | 0 | 0.01 | 204.44 | 0.97 | 0.62 |
| Hex | 3F | AF | FC | 4B | 1F | 0 | 1 | CC | 61 | 3E |
| Octal | 77 | 257 | 374 | 113 | 37 | 0 | 1 | 314 | 141 | 76 |
| Binary | 111111 | 10101111 | 11111100 | 1001011 | 11111 | 0 | 1 | 11001100 | 1100001 | 111110 |
Color Harmonies of #3FAFFC
Complementary color
Monochromatic Colors of #3FAFFC
Black with #3FAFFC
Text Example
Text Example
White with #3FAFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAFFC; }
p { color: rgb(63,175,252); }
H1.HeaderClassName
{
color: #3FAFFC;
}
.AnyTagClassName
{
color: #3FAFFC;
}
</style>
background-color css
<style>
a { background-color: #3FAFFC; }
a { background-color: rgb(63,175,252); }
div.DivClassName
{
background-color: #3FAFFC;
}
.BgClassName
{
background-color: #3FAFFC;
}
</style>
border-color css
<style>
span { border-color: #3FAFFC; }
span { border-color: rgb(63,175,252); }
td.TdClassName
{
border-color: #3FAFFC;
}
.TagClassName
{
border-color: #3FAFFC;
}
</style>