Shades of Summer Sky #3FCAFC
Tints of Summer Sky #3FCAFC
RGB
CMYK
RGB Variations
Color information
#3FCAFC (or 0x3FCAFC) is known color: Summer Sky. HEX triplet: 3F, CA and FC. RGB value is (63,202,252). Sum of RGB (Red+Green+Blue) = 63+202+252=517 (68% of max value = 765). Red value is 63 (25% from 255 or 12.19% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #3FCAFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FCAFC is #C03503. Grayscale: #A5A5A5. Windows color (decimal): -12596484 or 16566847. OLE color: 16566847.
HSL color Cylindrical-coordinate representation of color #3FCAFC: hue angle of 195.87º 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 #3FCAFC is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 202 | 252 | - |
| CMYK | 0.75 | 0.20 | 0 | 0.01 |
| HSL | 195.87º | 0.97% | 0.62% | - |
| HSV(B) | 195.87º | 0.75% | 0.99% | - |
| XYZ | 40.74 | 50.33 | 99.66 | - |
| YUV | 166.14 | 176.45 | 54.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 252 | 0.75 | 0.20 | 0 | 0.01 | 195.87 | 0.97 | 0.62 |
| Hex | 3F | CA | FC | 4B | 14 | 0 | 1 | C4 | 61 | 3E |
| Octal | 77 | 312 | 374 | 113 | 24 | 0 | 1 | 304 | 141 | 76 |
| Binary | 111111 | 11001010 | 11111100 | 1001011 | 10100 | 0 | 1 | 11000100 | 1100001 | 111110 |
Color Harmonies of #3FCAFC
Complementary color
Monochromatic Colors of #3FCAFC
Black with #3FCAFC
Text Example
Text Example
White with #3FCAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCAFC; }
p { color: rgb(63,202,252); }
H1.HeaderClassName
{
color: #3FCAFC;
}
.AnyTagClassName
{
color: #3FCAFC;
}
</style>
background-color css
<style>
a { background-color: #3FCAFC; }
a { background-color: rgb(63,202,252); }
div.DivClassName
{
background-color: #3FCAFC;
}
.BgClassName
{
background-color: #3FCAFC;
}
</style>
border-color css
<style>
span { border-color: #3FCAFC; }
span { border-color: rgb(63,202,252); }
td.TdClassName
{
border-color: #3FCAFC;
}
.TagClassName
{
border-color: #3FCAFC;
}
</style>