Shades of Summer Sky #3FCDF2
Tints of Summer Sky #3FCDF2
RGB
CMYK
RGB Variations
Color information
#3FCDF2 (or 0x3FCDF2) is known color: Summer Sky. HEX triplet: 3F, CD and F2. RGB value is (63,205,242). Sum of RGB (Red+Green+Blue) = 63+205+242=510 (67% of max value = 765). Red value is 63 (25% from 255 or 12.35% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 242 (94.92% from 255 or 47.45% from 510); Max value from RGB is 242 - color contains mainly: blue. Hex color #3FCDF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FCDF2 is #C0320D. Grayscale: #A6A6A6. Windows color (decimal): -12595726 or 15912255. OLE color: 15912255.
HSL color Cylindrical-coordinate representation of color #3FCDF2: hue angle of 192.4º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FCDF2 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 205 | 242 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.05 |
| HSL | 192.4º | 0.87% | 0.6% | - |
| HSV(B) | 192.4º | 0.74% | 0.95% | - |
| XYZ | 39.91 | 51.13 | 91.77 | - |
| YUV | 166.76 | 170.46 | 53.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 242 | 0.74 | 0.15 | 0 | 0.05 | 192.4 | 0.87 | 0.6 |
| Hex | 3F | CD | F2 | 4A | F | 0 | 5 | C0 | 57 | 3C |
| Octal | 77 | 315 | 362 | 112 | 17 | 0 | 5 | 300 | 127 | 74 |
| Binary | 111111 | 11001101 | 11110010 | 1001010 | 1111 | 0 | 101 | 11000000 | 1010111 | 111100 |
Color Harmonies of #3FCDF2
Complementary color
Monochromatic Colors of #3FCDF2
Black with #3FCDF2
Text Example
Text Example
White with #3FCDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCDF2; }
p { color: rgb(63,205,242); }
H1.HeaderClassName
{
color: #3FCDF2;
}
.AnyTagClassName
{
color: #3FCDF2;
}
</style>
background-color css
<style>
a { background-color: #3FCDF2; }
a { background-color: rgb(63,205,242); }
div.DivClassName
{
background-color: #3FCDF2;
}
.BgClassName
{
background-color: #3FCDF2;
}
</style>
border-color css
<style>
span { border-color: #3FCDF2; }
span { border-color: rgb(63,205,242); }
td.TdClassName
{
border-color: #3FCDF2;
}
.TagClassName
{
border-color: #3FCDF2;
}
</style>