Shades of Summer Sky #3DBDE8
Tints of Summer Sky #3DBDE8
RGB
CMYK
RGB Variations
Color information
#3DBDE8 (or 0x3DBDE8) is known color: Summer Sky. HEX triplet: 3D, BD and E8. RGB value is (61,189,232). Sum of RGB (Red+Green+Blue) = 61+189+232=482 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.66% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 232 (91.02% from 255 or 48.13% from 482); Max value from RGB is 232 - color contains mainly: blue. Hex color #3DBDE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DBDE8 is #C24217. Grayscale: #9B9B9B. Windows color (decimal): -12730904 or 15252797. OLE color: 15252797.
HSL color Cylindrical-coordinate representation of color #3DBDE8: hue angle of 195.09º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DBDE8 is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 61 | 189 | 232 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.09 |
| HSL | 195.09º | 0.79% | 0.57% | - |
| HSV(B) | 195.09º | 0.74% | 0.91% | - |
| XYZ | 34.69 | 43.21 | 82.86 | - |
| YUV | 155.63 | 171.09 | 60.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 189 | 232 | 0.74 | 0.19 | 0 | 0.09 | 195.09 | 0.79 | 0.57 |
| Hex | 3D | BD | E8 | 4A | 13 | 0 | 9 | C3 | 4F | 39 |
| Octal | 75 | 275 | 350 | 112 | 23 | 0 | 11 | 303 | 117 | 71 |
| Binary | 111101 | 10111101 | 11101000 | 1001010 | 10011 | 0 | 1001 | 11000011 | 1001111 | 111001 |
Color Harmonies of #3DBDE8
Complementary color
Monochromatic Colors of #3DBDE8
Black with #3DBDE8
Text Example
Text Example
White with #3DBDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBDE8; }
p { color: rgb(61,189,232); }
H1.HeaderClassName
{
color: #3DBDE8;
}
.AnyTagClassName
{
color: #3DBDE8;
}
</style>
background-color css
<style>
a { background-color: #3DBDE8; }
a { background-color: rgb(61,189,232); }
div.DivClassName
{
background-color: #3DBDE8;
}
.BgClassName
{
background-color: #3DBDE8;
}
</style>
border-color css
<style>
span { border-color: #3DBDE8; }
span { border-color: rgb(61,189,232); }
td.TdClassName
{
border-color: #3DBDE8;
}
.TagClassName
{
border-color: #3DBDE8;
}
</style>