Shades of Summer Sky #3DB1F8
Tints of Summer Sky #3DB1F8
RGB
CMYK
RGB Variations
Color information
#3DB1F8 (or 0x3DB1F8) is known color: Summer Sky. HEX triplet: 3D, B1 and F8. RGB value is (61,177,248). Sum of RGB (Red+Green+Blue) = 61+177+248=486 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.55% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 248 (97.27% from 255 or 51.03% from 486); Max value from RGB is 248 - color contains mainly: blue. Hex color #3DB1F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DB1F8 is #C24E07. Grayscale: #969696. Windows color (decimal): -12733960 or 16298301. OLE color: 16298301.
HSL color Cylindrical-coordinate representation of color #3DB1F8: hue angle of 202.78º 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 #3DB1F8 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 177 | 248 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.03 |
| HSL | 202.78º | 0.93% | 0.61% | - |
| HSV(B) | 202.78º | 0.75% | 0.97% | - |
| XYZ | 34.59 | 39.21 | 94.55 | - |
| YUV | 150.41 | 183.07 | 64.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 177 | 248 | 0.75 | 0.29 | 0 | 0.03 | 202.78 | 0.93 | 0.61 |
| Hex | 3D | B1 | F8 | 4B | 1D | 0 | 3 | CB | 5D | 3D |
| Octal | 75 | 261 | 370 | 113 | 35 | 0 | 3 | 313 | 135 | 75 |
| Binary | 111101 | 10110001 | 11111000 | 1001011 | 11101 | 0 | 11 | 11001011 | 1011101 | 111101 |
Color Harmonies of #3DB1F8
Complementary color
Monochromatic Colors of #3DB1F8
Black with #3DB1F8
Text Example
Text Example
White with #3DB1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB1F8; }
p { color: rgb(61,177,248); }
H1.HeaderClassName
{
color: #3DB1F8;
}
.AnyTagClassName
{
color: #3DB1F8;
}
</style>
background-color css
<style>
a { background-color: #3DB1F8; }
a { background-color: rgb(61,177,248); }
div.DivClassName
{
background-color: #3DB1F8;
}
.BgClassName
{
background-color: #3DB1F8;
}
</style>
border-color css
<style>
span { border-color: #3DB1F8; }
span { border-color: rgb(61,177,248); }
td.TdClassName
{
border-color: #3DB1F8;
}
.TagClassName
{
border-color: #3DB1F8;
}
</style>