Shades of Summer Sky #3FD4FF
Tints of Summer Sky #3FD4FF
RGB
CMYK
RGB Variations
Color information
#3FD4FF (or 0x3FD4FF) is known color: Summer Sky. HEX triplet: 3F, D4 and FF. RGB value is (63,212,255). Sum of RGB (Red+Green+Blue) = 63+212+255=530 (70% of max value = 765). Red value is 63 (25% from 255 or 11.89% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #3FD4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FD4FF is #C02B00. Grayscale: #ACACAC. Windows color (decimal): -12593921 or 16766015. OLE color: 16766015.
HSL color Cylindrical-coordinate representation of color #3FD4FF: hue angle of 193.44º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FD4FF is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 212 | 255 | - |
| CMYK | 0.75 | 0.17 | 0 | 0 |
| HSL | 193.44º | 1% | 0.62% | - |
| HSV(B) | 193.44º | 0.75% | 1% | - |
| XYZ | 43.64 | 55.36 | 102.99 | - |
| YUV | 172.35 | 174.64 | 50 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 212 | 255 | 0.75 | 0.17 | 0 | 0 | 193.44 | 1 | 0.62 |
| Hex | 3F | D4 | FF | 4B | 11 | 0 | 0 | C1 | 64 | 3E |
| Octal | 77 | 324 | 377 | 113 | 21 | 0 | 0 | 301 | 144 | 76 |
| Binary | 111111 | 11010100 | 11111111 | 1001011 | 10001 | 0 | 0 | 11000001 | 1100100 | 111110 |
Color Harmonies of #3FD4FF
Complementary color
Monochromatic Colors of #3FD4FF
Black with #3FD4FF
Text Example
Text Example
White with #3FD4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD4FF; }
p { color: rgb(63,212,255); }
H1.HeaderClassName
{
color: #3FD4FF;
}
.AnyTagClassName
{
color: #3FD4FF;
}
</style>
background-color css
<style>
a { background-color: #3FD4FF; }
a { background-color: rgb(63,212,255); }
div.DivClassName
{
background-color: #3FD4FF;
}
.BgClassName
{
background-color: #3FD4FF;
}
</style>
border-color css
<style>
span { border-color: #3FD4FF; }
span { border-color: rgb(63,212,255); }
td.TdClassName
{
border-color: #3FD4FF;
}
.TagClassName
{
border-color: #3FD4FF;
}
</style>