Shades of Summer Sky #3FB3DA
Tints of Summer Sky #3FB3DA
RGB
CMYK
RGB Variations
Color information
#3FB3DA (or 0x3FB3DA) is known color: Summer Sky. HEX triplet: 3F, B3 and DA. RGB value is (63,179,218). Sum of RGB (Red+Green+Blue) = 63+179+218=460 (60% of max value = 765). Red value is 63 (25% from 255 or 13.70% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #3FB3DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FB3DA is #C04C25. Grayscale: #949494. Windows color (decimal): -12602406 or 14332735. OLE color: 14332735.
HSL color Cylindrical-coordinate representation of color #3FB3DA: hue angle of 195.1º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FB3DA is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 179 | 218 | - |
| CMYK | 0.71 | 0.18 | 0 | 0.15 |
| HSL | 195.1º | 0.68% | 0.55% | - |
| HSV(B) | 195.1º | 0.71% | 0.85% | - |
| XYZ | 30.82 | 38.36 | 72.11 | - |
| YUV | 148.76 | 167.07 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 179 | 218 | 0.71 | 0.18 | 0 | 0.15 | 195.1 | 0.68 | 0.55 |
| Hex | 3F | B3 | DA | 47 | 12 | 0 | F | C3 | 44 | 37 |
| Octal | 77 | 263 | 332 | 107 | 22 | 0 | 17 | 303 | 104 | 67 |
| Binary | 111111 | 10110011 | 11011010 | 1000111 | 10010 | 0 | 1111 | 11000011 | 1000100 | 110111 |
Color Harmonies of #3FB3DA
Complementary color
Monochromatic Colors of #3FB3DA
Black with #3FB3DA
Text Example
Text Example
White with #3FB3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB3DA; }
p { color: rgb(63,179,218); }
H1.HeaderClassName
{
color: #3FB3DA;
}
.AnyTagClassName
{
color: #3FB3DA;
}
</style>
background-color css
<style>
a { background-color: #3FB3DA; }
a { background-color: rgb(63,179,218); }
div.DivClassName
{
background-color: #3FB3DA;
}
.BgClassName
{
background-color: #3FB3DA;
}
</style>
border-color css
<style>
span { border-color: #3FB3DA; }
span { border-color: rgb(63,179,218); }
td.TdClassName
{
border-color: #3FB3DA;
}
.TagClassName
{
border-color: #3FB3DA;
}
</style>