Shades of Summer Sky #3FAFEF
Tints of Summer Sky #3FAFEF
RGB
CMYK
RGB Variations
Color information
#3FAFEF (or 0x3FAFEF) is known color: Summer Sky. HEX triplet: 3F, AF and EF. RGB value is (63,175,239). Sum of RGB (Red+Green+Blue) = 63+175+239=477 (63% of max value = 765). Red value is 63 (25% from 255 or 13.21% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #3FAFEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FAFEF is #C05010. Grayscale: #949494. Windows color (decimal): -12603409 or 15707967. OLE color: 15707967.
HSL color Cylindrical-coordinate representation of color #3FAFEF: hue angle of 201.82º 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 #3FAFEF is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 175 | 239 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.06 |
| HSL | 201.82º | 0.85% | 0.59% | - |
| HSV(B) | 201.82º | 0.74% | 0.94% | - |
| XYZ | 32.96 | 37.95 | 87.25 | - |
| YUV | 148.81 | 178.89 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 239 | 0.74 | 0.27 | 0 | 0.06 | 201.82 | 0.85 | 0.59 |
| Hex | 3F | AF | EF | 4A | 1B | 0 | 6 | CA | 55 | 3B |
| Octal | 77 | 257 | 357 | 112 | 33 | 0 | 6 | 312 | 125 | 73 |
| Binary | 111111 | 10101111 | 11101111 | 1001010 | 11011 | 0 | 110 | 11001010 | 1010101 | 111011 |
Color Harmonies of #3FAFEF
Complementary color
Monochromatic Colors of #3FAFEF
Black with #3FAFEF
Text Example
Text Example
White with #3FAFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAFEF; }
p { color: rgb(63,175,239); }
H1.HeaderClassName
{
color: #3FAFEF;
}
.AnyTagClassName
{
color: #3FAFEF;
}
</style>
background-color css
<style>
a { background-color: #3FAFEF; }
a { background-color: rgb(63,175,239); }
div.DivClassName
{
background-color: #3FAFEF;
}
.BgClassName
{
background-color: #3FAFEF;
}
</style>
border-color css
<style>
span { border-color: #3FAFEF; }
span { border-color: rgb(63,175,239); }
td.TdClassName
{
border-color: #3FAFEF;
}
.TagClassName
{
border-color: #3FAFEF;
}
</style>