Shades of Summer Sky #3FD2FC
Tints of Summer Sky #3FD2FC
RGB
CMYK
RGB Variations
Color information
#3FD2FC (or 0x3FD2FC) is known color: Summer Sky. HEX triplet: 3F, D2 and FC. RGB value is (63,210,252). Sum of RGB (Red+Green+Blue) = 63+210+252=525 (69% of max value = 765). Red value is 63 (25% from 255 or 12% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #3FD2FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FD2FC is #C02D03. Grayscale: #AAAAAA. Windows color (decimal): -12594436 or 16568895. OLE color: 16568895.
HSL color Cylindrical-coordinate representation of color #3FD2FC: hue angle of 193.33º 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 #3FD2FC is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 210 | 252 | - |
| CMYK | 0.75 | 0.17 | 0 | 0.01 |
| HSL | 193.33º | 0.97% | 0.62% | - |
| HSV(B) | 193.33º | 0.75% | 0.99% | - |
| XYZ | 42.67 | 54.18 | 100.3 | - |
| YUV | 170.84 | 173.8 | 51.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 210 | 252 | 0.75 | 0.17 | 0 | 0.01 | 193.33 | 0.97 | 0.62 |
| Hex | 3F | D2 | FC | 4B | 11 | 0 | 1 | C1 | 61 | 3E |
| Octal | 77 | 322 | 374 | 113 | 21 | 0 | 1 | 301 | 141 | 76 |
| Binary | 111111 | 11010010 | 11111100 | 1001011 | 10001 | 0 | 1 | 11000001 | 1100001 | 111110 |
Color Harmonies of #3FD2FC
Complementary color
Monochromatic Colors of #3FD2FC
Black with #3FD2FC
Text Example
Text Example
White with #3FD2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD2FC; }
p { color: rgb(63,210,252); }
H1.HeaderClassName
{
color: #3FD2FC;
}
.AnyTagClassName
{
color: #3FD2FC;
}
</style>
background-color css
<style>
a { background-color: #3FD2FC; }
a { background-color: rgb(63,210,252); }
div.DivClassName
{
background-color: #3FD2FC;
}
.BgClassName
{
background-color: #3FD2FC;
}
</style>
border-color css
<style>
span { border-color: #3FD2FC; }
span { border-color: rgb(63,210,252); }
td.TdClassName
{
border-color: #3FD2FC;
}
.TagClassName
{
border-color: #3FD2FC;
}
</style>