Shades of Summer Sky #3DBDED
Tints of Summer Sky #3DBDED
RGB
CMYK
RGB Variations
Color information
#3DBDED (or 0x3DBDED) is known color: Summer Sky. HEX triplet: 3D, BD and ED. RGB value is (61,189,237). Sum of RGB (Red+Green+Blue) = 61+189+237=487 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.53% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #3DBDED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DBDED is #C24212. Grayscale: #9B9B9B. Windows color (decimal): -12730899 or 15580477. OLE color: 15580477.
HSL color Cylindrical-coordinate representation of color #3DBDED: hue angle of 196.36º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DBDED is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 189 | 237 | - |
| CMYK | 0.74 | 0.20 | 0 | 0.07 |
| HSL | 196.36º | 0.83% | 0.58% | - |
| HSV(B) | 196.36º | 0.74% | 0.93% | - |
| XYZ | 35.41 | 43.5 | 86.65 | - |
| YUV | 156.2 | 173.59 | 60.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 189 | 237 | 0.74 | 0.20 | 0 | 0.07 | 196.36 | 0.83 | 0.58 |
| Hex | 3D | BD | ED | 4A | 14 | 0 | 7 | C4 | 53 | 3A |
| Octal | 75 | 275 | 355 | 112 | 24 | 0 | 7 | 304 | 123 | 72 |
| Binary | 111101 | 10111101 | 11101101 | 1001010 | 10100 | 0 | 111 | 11000100 | 1010011 | 111010 |
Color Harmonies of #3DBDED
Complementary color
Monochromatic Colors of #3DBDED
Black with #3DBDED
Text Example
Text Example
White with #3DBDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBDED; }
p { color: rgb(61,189,237); }
H1.HeaderClassName
{
color: #3DBDED;
}
.AnyTagClassName
{
color: #3DBDED;
}
</style>
background-color css
<style>
a { background-color: #3DBDED; }
a { background-color: rgb(61,189,237); }
div.DivClassName
{
background-color: #3DBDED;
}
.BgClassName
{
background-color: #3DBDED;
}
</style>
border-color css
<style>
span { border-color: #3DBDED; }
span { border-color: rgb(61,189,237); }
td.TdClassName
{
border-color: #3DBDED;
}
.TagClassName
{
border-color: #3DBDED;
}
</style>