Shades of Summer Sky #3DBDEF
Tints of Summer Sky #3DBDEF
RGB
CMYK
RGB Variations
Color information
#3DBDEF (or 0x3DBDEF) is known color: Summer Sky. HEX triplet: 3D, BD and EF. RGB value is (61,189,239). Sum of RGB (Red+Green+Blue) = 61+189+239=489 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.47% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #3DBDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DBDEF is #C24210. Grayscale: #9C9C9C. Windows color (decimal): -12730897 or 15711549. OLE color: 15711549.
HSL color Cylindrical-coordinate representation of color #3DBDEF: hue angle of 196.85º degrees, saturation: 0.85, 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 #3DBDEF is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 189 | 239 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.06 |
| HSL | 196.85º | 0.85% | 0.59% | - |
| HSV(B) | 196.85º | 0.74% | 0.94% | - |
| XYZ | 35.7 | 43.62 | 88.2 | - |
| YUV | 156.43 | 174.59 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 189 | 239 | 0.74 | 0.21 | 0 | 0.06 | 196.85 | 0.85 | 0.59 |
| Hex | 3D | BD | EF | 4A | 15 | 0 | 6 | C5 | 55 | 3B |
| Octal | 75 | 275 | 357 | 112 | 25 | 0 | 6 | 305 | 125 | 73 |
| Binary | 111101 | 10111101 | 11101111 | 1001010 | 10101 | 0 | 110 | 11000101 | 1010101 | 111011 |
Color Harmonies of #3DBDEF
Complementary color
Monochromatic Colors of #3DBDEF
Black with #3DBDEF
Text Example
Text Example
White with #3DBDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBDEF; }
p { color: rgb(61,189,239); }
H1.HeaderClassName
{
color: #3DBDEF;
}
.AnyTagClassName
{
color: #3DBDEF;
}
</style>
background-color css
<style>
a { background-color: #3DBDEF; }
a { background-color: rgb(61,189,239); }
div.DivClassName
{
background-color: #3DBDEF;
}
.BgClassName
{
background-color: #3DBDEF;
}
</style>
border-color css
<style>
span { border-color: #3DBDEF; }
span { border-color: rgb(61,189,239); }
td.TdClassName
{
border-color: #3DBDEF;
}
.TagClassName
{
border-color: #3DBDEF;
}
</style>