Shades of Summer Sky #3FB9F2
Tints of Summer Sky #3FB9F2
RGB
CMYK
RGB Variations
Color information
#3FB9F2 (or 0x3FB9F2) is known color: Summer Sky. HEX triplet: 3F, B9 and F2. RGB value is (63,185,242). Sum of RGB (Red+Green+Blue) = 63+185+242=490 (64% of max value = 765). Red value is 63 (25% from 255 or 12.86% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #3FB9F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FB9F2 is #C0460D. Grayscale: #9A9A9A. Windows color (decimal): -12600846 or 15907135. OLE color: 15907135.
HSL color Cylindrical-coordinate representation of color #3FB9F2: hue angle of 199.11º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FB9F2 is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 185 | 242 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.05 |
| HSL | 199.11º | 0.87% | 0.6% | - |
| HSV(B) | 199.11º | 0.74% | 0.95% | - |
| XYZ | 35.43 | 42.17 | 90.28 | - |
| YUV | 155.02 | 177.08 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 185 | 242 | 0.74 | 0.24 | 0 | 0.05 | 199.11 | 0.87 | 0.6 |
| Hex | 3F | B9 | F2 | 4A | 18 | 0 | 5 | C7 | 57 | 3C |
| Octal | 77 | 271 | 362 | 112 | 30 | 0 | 5 | 307 | 127 | 74 |
| Binary | 111111 | 10111001 | 11110010 | 1001010 | 11000 | 0 | 101 | 11000111 | 1010111 | 111100 |
Color Harmonies of #3FB9F2
Complementary color
Monochromatic Colors of #3FB9F2
Black with #3FB9F2
Text Example
Text Example
White with #3FB9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB9F2; }
p { color: rgb(63,185,242); }
H1.HeaderClassName
{
color: #3FB9F2;
}
.AnyTagClassName
{
color: #3FB9F2;
}
</style>
background-color css
<style>
a { background-color: #3FB9F2; }
a { background-color: rgb(63,185,242); }
div.DivClassName
{
background-color: #3FB9F2;
}
.BgClassName
{
background-color: #3FB9F2;
}
</style>
border-color css
<style>
span { border-color: #3FB9F2; }
span { border-color: rgb(63,185,242); }
td.TdClassName
{
border-color: #3FB9F2;
}
.TagClassName
{
border-color: #3FB9F2;
}
</style>