Shades of Summer Sky #3FACDC
Tints of Summer Sky #3FACDC
RGB
CMYK
RGB Variations
Color information
#3FACDC (or 0x3FACDC) is known color: Summer Sky. HEX triplet: 3F, AC and DC. RGB value is (63,172,220). Sum of RGB (Red+Green+Blue) = 63+172+220=455 (60% of max value = 765). Red value is 63 (25% from 255 or 13.85% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #3FACDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FACDC is #C05323. Grayscale: #909090. Windows color (decimal): -12604196 or 14462015. OLE color: 14462015.
HSL color Cylindrical-coordinate representation of color #3FACDC: hue angle of 198.34º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FACDC is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 172 | 220 | - |
| CMYK | 0.71 | 0.22 | 0 | 0.14 |
| HSL | 198.34º | 0.69% | 0.55% | - |
| HSV(B) | 198.34º | 0.71% | 0.86% | - |
| XYZ | 29.72 | 35.73 | 73.04 | - |
| YUV | 144.88 | 170.39 | 69.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 220 | 0.71 | 0.22 | 0 | 0.14 | 198.34 | 0.69 | 0.55 |
| Hex | 3F | AC | DC | 47 | 16 | 0 | E | C6 | 45 | 37 |
| Octal | 77 | 254 | 334 | 107 | 26 | 0 | 16 | 306 | 105 | 67 |
| Binary | 111111 | 10101100 | 11011100 | 1000111 | 10110 | 0 | 1110 | 11000110 | 1000101 | 110111 |
Color Harmonies of #3FACDC
Complementary color
Monochromatic Colors of #3FACDC
Black with #3FACDC
Text Example
Text Example
White with #3FACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FACDC; }
p { color: rgb(63,172,220); }
H1.HeaderClassName
{
color: #3FACDC;
}
.AnyTagClassName
{
color: #3FACDC;
}
</style>
background-color css
<style>
a { background-color: #3FACDC; }
a { background-color: rgb(63,172,220); }
div.DivClassName
{
background-color: #3FACDC;
}
.BgClassName
{
background-color: #3FACDC;
}
</style>
border-color css
<style>
span { border-color: #3FACDC; }
span { border-color: rgb(63,172,220); }
td.TdClassName
{
border-color: #3FACDC;
}
.TagClassName
{
border-color: #3FACDC;
}
</style>