Shades of Summer Sky #3DBDF1
Tints of Summer Sky #3DBDF1
RGB
CMYK
RGB Variations
Color information
#3DBDF1 (or 0x3DBDF1) is known color: Summer Sky. HEX triplet: 3D, BD and F1. RGB value is (61,189,241). Sum of RGB (Red+Green+Blue) = 61+189+241=491 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.42% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #3DBDF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DBDF1 is #C2420E. Grayscale: #9C9C9C. Windows color (decimal): -12730895 or 15842621. OLE color: 15842621.
HSL color Cylindrical-coordinate representation of color #3DBDF1: hue angle of 197.33º 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 #3DBDF1 is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 189 | 241 | - |
| CMYK | 0.75 | 0.22 | 0 | 0.05 |
| HSL | 197.33º | 0.87% | 0.59% | - |
| HSV(B) | 197.33º | 0.75% | 0.95% | - |
| XYZ | 36 | 43.74 | 89.76 | - |
| YUV | 156.66 | 175.59 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 189 | 241 | 0.75 | 0.22 | 0 | 0.05 | 197.33 | 0.87 | 0.59 |
| Hex | 3D | BD | F1 | 4B | 16 | 0 | 5 | C5 | 57 | 3B |
| Octal | 75 | 275 | 361 | 113 | 26 | 0 | 5 | 305 | 127 | 73 |
| Binary | 111101 | 10111101 | 11110001 | 1001011 | 10110 | 0 | 101 | 11000101 | 1010111 | 111011 |
Color Harmonies of #3DBDF1
Complementary color
Monochromatic Colors of #3DBDF1
Black with #3DBDF1
Text Example
Text Example
White with #3DBDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBDF1; }
p { color: rgb(61,189,241); }
H1.HeaderClassName
{
color: #3DBDF1;
}
.AnyTagClassName
{
color: #3DBDF1;
}
</style>
background-color css
<style>
a { background-color: #3DBDF1; }
a { background-color: rgb(61,189,241); }
div.DivClassName
{
background-color: #3DBDF1;
}
.BgClassName
{
background-color: #3DBDF1;
}
</style>
border-color css
<style>
span { border-color: #3DBDF1; }
span { border-color: rgb(61,189,241); }
td.TdClassName
{
border-color: #3DBDF1;
}
.TagClassName
{
border-color: #3DBDF1;
}
</style>