Shades of Summer Sky #3FCDEF
Tints of Summer Sky #3FCDEF
RGB
CMYK
RGB Variations
Color information
#3FCDEF (or 0x3FCDEF) is known color: Summer Sky. HEX triplet: 3F, CD and EF. RGB value is (63,205,239). Sum of RGB (Red+Green+Blue) = 63+205+239=507 (67% of max value = 765). Red value is 63 (25% from 255 or 12.43% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #3FCDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FCDEF is #C03210. Grayscale: #A6A6A6. Windows color (decimal): -12595729 or 15715647. OLE color: 15715647.
HSL color Cylindrical-coordinate representation of color #3FCDEF: hue angle of 191.59º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FCDEF is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 205 | 239 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.06 |
| HSL | 191.59º | 0.85% | 0.59% | - |
| HSV(B) | 191.59º | 0.74% | 0.94% | - |
| XYZ | 39.46 | 50.95 | 89.42 | - |
| YUV | 166.42 | 168.96 | 54.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 239 | 0.74 | 0.14 | 0 | 0.06 | 191.59 | 0.85 | 0.59 |
| Hex | 3F | CD | EF | 4A | E | 0 | 6 | C0 | 55 | 3B |
| Octal | 77 | 315 | 357 | 112 | 16 | 0 | 6 | 300 | 125 | 73 |
| Binary | 111111 | 11001101 | 11101111 | 1001010 | 1110 | 0 | 110 | 11000000 | 1010101 | 111011 |
Color Harmonies of #3FCDEF
Complementary color
Monochromatic Colors of #3FCDEF
Black with #3FCDEF
Text Example
Text Example
White with #3FCDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCDEF; }
p { color: rgb(63,205,239); }
H1.HeaderClassName
{
color: #3FCDEF;
}
.AnyTagClassName
{
color: #3FCDEF;
}
</style>
background-color css
<style>
a { background-color: #3FCDEF; }
a { background-color: rgb(63,205,239); }
div.DivClassName
{
background-color: #3FCDEF;
}
.BgClassName
{
background-color: #3FCDEF;
}
</style>
border-color css
<style>
span { border-color: #3FCDEF; }
span { border-color: rgb(63,205,239); }
td.TdClassName
{
border-color: #3FCDEF;
}
.TagClassName
{
border-color: #3FCDEF;
}
</style>