Shades of Summer Sky #3DB8F1
Tints of Summer Sky #3DB8F1
RGB
CMYK
RGB Variations
Color information
#3DB8F1 (or 0x3DB8F1) is known color: Summer Sky. HEX triplet: 3D, B8 and F1. RGB value is (61,184,241). Sum of RGB (Red+Green+Blue) = 61+184+241=486 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.55% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 241 (94.53% from 255 or 49.59% from 486); Max value from RGB is 241 - color contains mainly: blue. Hex color #3DB8F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DB8F1 is #C2470E. Grayscale: #999999. Windows color (decimal): -12732175 or 15841341. OLE color: 15841341.
HSL color Cylindrical-coordinate representation of color #3DB8F1: hue angle of 199º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DB8F1 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 184 | 241 | - |
| CMYK | 0.75 | 0.24 | 0 | 0.05 |
| HSL | 199º | 0.87% | 0.59% | - |
| HSV(B) | 199º | 0.75% | 0.95% | - |
| XYZ | 34.94 | 41.62 | 89.41 | - |
| YUV | 153.72 | 177.25 | 61.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 184 | 241 | 0.75 | 0.24 | 0 | 0.05 | 199 | 0.87 | 0.59 |
| Hex | 3D | B8 | F1 | 4B | 18 | 0 | 5 | C7 | 57 | 3B |
| Octal | 75 | 270 | 361 | 113 | 30 | 0 | 5 | 307 | 127 | 73 |
| Binary | 111101 | 10111000 | 11110001 | 1001011 | 11000 | 0 | 101 | 11000111 | 1010111 | 111011 |
Color Harmonies of #3DB8F1
Complementary color
Monochromatic Colors of #3DB8F1
Black with #3DB8F1
Text Example
Text Example
White with #3DB8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB8F1; }
p { color: rgb(61,184,241); }
H1.HeaderClassName
{
color: #3DB8F1;
}
.AnyTagClassName
{
color: #3DB8F1;
}
</style>
background-color css
<style>
a { background-color: #3DB8F1; }
a { background-color: rgb(61,184,241); }
div.DivClassName
{
background-color: #3DB8F1;
}
.BgClassName
{
background-color: #3DB8F1;
}
</style>
border-color css
<style>
span { border-color: #3DB8F1; }
span { border-color: rgb(61,184,241); }
td.TdClassName
{
border-color: #3DB8F1;
}
.TagClassName
{
border-color: #3DB8F1;
}
</style>