Shades of Summer Sky #3DBDF8
Tints of Summer Sky #3DBDF8
RGB
CMYK
RGB Variations
Color information
#3DBDF8 (or 0x3DBDF8) is known color: Summer Sky. HEX triplet: 3D, BD and F8. RGB value is (61,189,248). Sum of RGB (Red+Green+Blue) = 61+189+248=498 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.25% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 248 (97.27% from 255 or 49.80% from 498); Max value from RGB is 248 - color contains mainly: blue. Hex color #3DBDF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DBDF8 is #C24207. Grayscale: #9D9D9D. Windows color (decimal): -12730888 or 16301373. OLE color: 16301373.
HSL color Cylindrical-coordinate representation of color #3DBDF8: hue angle of 198.93º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DBDF8 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 189 | 248 | - |
| CMYK | 0.75 | 0.24 | 0 | 0.03 |
| HSL | 198.93º | 0.93% | 0.61% | - |
| HSV(B) | 198.93º | 0.75% | 0.97% | - |
| XYZ | 37.07 | 44.16 | 95.38 | - |
| YUV | 157.45 | 179.09 | 59.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 189 | 248 | 0.75 | 0.24 | 0 | 0.03 | 198.93 | 0.93 | 0.61 |
| Hex | 3D | BD | F8 | 4B | 18 | 0 | 3 | C7 | 5D | 3D |
| Octal | 75 | 275 | 370 | 113 | 30 | 0 | 3 | 307 | 135 | 75 |
| Binary | 111101 | 10111101 | 11111000 | 1001011 | 11000 | 0 | 11 | 11000111 | 1011101 | 111101 |
Color Harmonies of #3DBDF8
Complementary color
Monochromatic Colors of #3DBDF8
Black with #3DBDF8
Text Example
Text Example
White with #3DBDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBDF8; }
p { color: rgb(61,189,248); }
H1.HeaderClassName
{
color: #3DBDF8;
}
.AnyTagClassName
{
color: #3DBDF8;
}
</style>
background-color css
<style>
a { background-color: #3DBDF8; }
a { background-color: rgb(61,189,248); }
div.DivClassName
{
background-color: #3DBDF8;
}
.BgClassName
{
background-color: #3DBDF8;
}
</style>
border-color css
<style>
span { border-color: #3DBDF8; }
span { border-color: rgb(61,189,248); }
td.TdClassName
{
border-color: #3DBDF8;
}
.TagClassName
{
border-color: #3DBDF8;
}
</style>