Shades of Summer Sky #3FBDF4
Tints of Summer Sky #3FBDF4
RGB
CMYK
RGB Variations
Color information
#3FBDF4 (or 0x3FBDF4) is known color: Summer Sky. HEX triplet: 3F, BD and F4. RGB value is (63,189,244). Sum of RGB (Red+Green+Blue) = 63+189+244=496 (65% of max value = 765). Red value is 63 (25% from 255 or 12.70% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 244 (95.70% from 255 or 49.19% from 496); Max value from RGB is 244 - color contains mainly: blue. Hex color #3FBDF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FBDF4 is #C0420B. Grayscale: #9D9D9D. Windows color (decimal): -12599820 or 16039231. OLE color: 16039231.
HSL color Cylindrical-coordinate representation of color #3FBDF4: hue angle of 198.23º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FBDF4 is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 189 | 244 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.04 |
| HSL | 198.23º | 0.89% | 0.6% | - |
| HSV(B) | 198.23º | 0.74% | 0.96% | - |
| XYZ | 36.58 | 43.98 | 92.15 | - |
| YUV | 157.6 | 176.76 | 60.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 189 | 244 | 0.74 | 0.23 | 0 | 0.04 | 198.23 | 0.89 | 0.6 |
| Hex | 3F | BD | F4 | 4A | 17 | 0 | 4 | C6 | 59 | 3C |
| Octal | 77 | 275 | 364 | 112 | 27 | 0 | 4 | 306 | 131 | 74 |
| Binary | 111111 | 10111101 | 11110100 | 1001010 | 10111 | 0 | 100 | 11000110 | 1011001 | 111100 |
Color Harmonies of #3FBDF4
Complementary color
Monochromatic Colors of #3FBDF4
Black with #3FBDF4
Text Example
Text Example
White with #3FBDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBDF4; }
p { color: rgb(63,189,244); }
H1.HeaderClassName
{
color: #3FBDF4;
}
.AnyTagClassName
{
color: #3FBDF4;
}
</style>
background-color css
<style>
a { background-color: #3FBDF4; }
a { background-color: rgb(63,189,244); }
div.DivClassName
{
background-color: #3FBDF4;
}
.BgClassName
{
background-color: #3FBDF4;
}
</style>
border-color css
<style>
span { border-color: #3FBDF4; }
span { border-color: rgb(63,189,244); }
td.TdClassName
{
border-color: #3FBDF4;
}
.TagClassName
{
border-color: #3FBDF4;
}
</style>