Shades of Summer Sky #3FCAFD
Tints of Summer Sky #3FCAFD
RGB
CMYK
RGB Variations
Color information
#3FCAFD (or 0x3FCAFD) is known color: Summer Sky. HEX triplet: 3F, CA and FD. RGB value is (63,202,253). Sum of RGB (Red+Green+Blue) = 63+202+253=518 (68% of max value = 765). Red value is 63 (25% from 255 or 12.16% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #3FCAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FCAFD is #C03502. Grayscale: #A5A5A5. Windows color (decimal): -12596483 or 16632383. OLE color: 16632383.
HSL color Cylindrical-coordinate representation of color #3FCAFD: hue angle of 196.11º degrees, saturation: 0.98, 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 #3FCAFD is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 202 | 253 | - |
| CMYK | 0.75 | 0.20 | 0 | 0.01 |
| HSL | 196.11º | 0.98% | 0.62% | - |
| HSV(B) | 196.11º | 0.75% | 0.99% | - |
| XYZ | 40.9 | 50.39 | 100.5 | - |
| YUV | 166.25 | 176.95 | 54.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 253 | 0.75 | 0.20 | 0 | 0.01 | 196.11 | 0.98 | 0.62 |
| Hex | 3F | CA | FD | 4B | 14 | 0 | 1 | C4 | 62 | 3E |
| Octal | 77 | 312 | 375 | 113 | 24 | 0 | 1 | 304 | 142 | 76 |
| Binary | 111111 | 11001010 | 11111101 | 1001011 | 10100 | 0 | 1 | 11000100 | 1100010 | 111110 |
Color Harmonies of #3FCAFD
Complementary color
Monochromatic Colors of #3FCAFD
Black with #3FCAFD
Text Example
Text Example
White with #3FCAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCAFD; }
p { color: rgb(63,202,253); }
H1.HeaderClassName
{
color: #3FCAFD;
}
.AnyTagClassName
{
color: #3FCAFD;
}
</style>
background-color css
<style>
a { background-color: #3FCAFD; }
a { background-color: rgb(63,202,253); }
div.DivClassName
{
background-color: #3FCAFD;
}
.BgClassName
{
background-color: #3FCAFD;
}
</style>
border-color css
<style>
span { border-color: #3FCAFD; }
span { border-color: rgb(63,202,253); }
td.TdClassName
{
border-color: #3FCAFD;
}
.TagClassName
{
border-color: #3FCAFD;
}
</style>