Shades of Summer Sky #3FB3F1
Tints of Summer Sky #3FB3F1
RGB
CMYK
RGB Variations
Color information
#3FB3F1 (or 0x3FB3F1) is known color: Summer Sky. HEX triplet: 3F, B3 and F1. RGB value is (63,179,241). Sum of RGB (Red+Green+Blue) = 63+179+241=483 (63% of max value = 765). Red value is 63 (25% from 255 or 13.04% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #3FB3F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FB3F1 is #C04C0E. Grayscale: #979797. Windows color (decimal): -12602383 or 15840063. OLE color: 15840063.
HSL color Cylindrical-coordinate representation of color #3FB3F1: hue angle of 200.9º degrees, saturation: 0.86, 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 #3FB3F1 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 179 | 241 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.05 |
| HSL | 200.9º | 0.86% | 0.6% | - |
| HSV(B) | 200.9º | 0.74% | 0.95% | - |
| XYZ | 34.05 | 39.65 | 89.08 | - |
| YUV | 151.38 | 178.57 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 179 | 241 | 0.74 | 0.26 | 0 | 0.05 | 200.9 | 0.86 | 0.6 |
| Hex | 3F | B3 | F1 | 4A | 1A | 0 | 5 | C9 | 56 | 3C |
| Octal | 77 | 263 | 361 | 112 | 32 | 0 | 5 | 311 | 126 | 74 |
| Binary | 111111 | 10110011 | 11110001 | 1001010 | 11010 | 0 | 101 | 11001001 | 1010110 | 111100 |
Color Harmonies of #3FB3F1
Complementary color
Monochromatic Colors of #3FB3F1
Black with #3FB3F1
Text Example
Text Example
White with #3FB3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB3F1; }
p { color: rgb(63,179,241); }
H1.HeaderClassName
{
color: #3FB3F1;
}
.AnyTagClassName
{
color: #3FB3F1;
}
</style>
background-color css
<style>
a { background-color: #3FB3F1; }
a { background-color: rgb(63,179,241); }
div.DivClassName
{
background-color: #3FB3F1;
}
.BgClassName
{
background-color: #3FB3F1;
}
</style>
border-color css
<style>
span { border-color: #3FB3F1; }
span { border-color: rgb(63,179,241); }
td.TdClassName
{
border-color: #3FB3F1;
}
.TagClassName
{
border-color: #3FB3F1;
}
</style>