Shades of Summer Sky #3FBDF0
Tints of Summer Sky #3FBDF0
RGB
CMYK
RGB Variations
Color information
#3FBDF0 (or 0x3FBDF0) is known color: Summer Sky. HEX triplet: 3F, BD and F0. RGB value is (63,189,240). Sum of RGB (Red+Green+Blue) = 63+189+240=492 (65% of max value = 765). Red value is 63 (25% from 255 or 12.80% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 240 (94.14% from 255 or 48.78% from 492); Max value from RGB is 240 - color contains mainly: blue. Hex color #3FBDF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FBDF0 is #C0420F. Grayscale: #9C9C9C. Windows color (decimal): -12599824 or 15777087. OLE color: 15777087.
HSL color Cylindrical-coordinate representation of color #3FBDF0: hue angle of 197.29º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FBDF0 is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 189 | 240 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.06 |
| HSL | 197.29º | 0.86% | 0.59% | - |
| HSV(B) | 197.29º | 0.74% | 0.94% | - |
| XYZ | 35.98 | 43.74 | 88.99 | - |
| YUV | 157.14 | 174.76 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 189 | 240 | 0.74 | 0.21 | 0 | 0.06 | 197.29 | 0.86 | 0.59 |
| Hex | 3F | BD | F0 | 4A | 15 | 0 | 6 | C5 | 56 | 3B |
| Octal | 77 | 275 | 360 | 112 | 25 | 0 | 6 | 305 | 126 | 73 |
| Binary | 111111 | 10111101 | 11110000 | 1001010 | 10101 | 0 | 110 | 11000101 | 1010110 | 111011 |
Color Harmonies of #3FBDF0
Complementary color
Monochromatic Colors of #3FBDF0
Black with #3FBDF0
Text Example
Text Example
White with #3FBDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBDF0; }
p { color: rgb(63,189,240); }
H1.HeaderClassName
{
color: #3FBDF0;
}
.AnyTagClassName
{
color: #3FBDF0;
}
</style>
background-color css
<style>
a { background-color: #3FBDF0; }
a { background-color: rgb(63,189,240); }
div.DivClassName
{
background-color: #3FBDF0;
}
.BgClassName
{
background-color: #3FBDF0;
}
</style>
border-color css
<style>
span { border-color: #3FBDF0; }
span { border-color: rgb(63,189,240); }
td.TdClassName
{
border-color: #3FBDF0;
}
.TagClassName
{
border-color: #3FBDF0;
}
</style>