Shades of Summer Sky #3DBDE2
Tints of Summer Sky #3DBDE2
RGB
CMYK
RGB Variations
Color information
#3DBDE2 (or 0x3DBDE2) is known color: Summer Sky. HEX triplet: 3D, BD and E2. RGB value is (61,189,226). Sum of RGB (Red+Green+Blue) = 61+189+226=476 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.82% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 226 (88.67% from 255 or 47.48% from 476); Max value from RGB is 226 - color contains mainly: blue. Hex color #3DBDE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBDE2 is #C2421D. Grayscale: #9A9A9A. Windows color (decimal): -12730910 or 14859581. OLE color: 14859581.
HSL color Cylindrical-coordinate representation of color #3DBDE2: hue angle of 193.45º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DBDE2 is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 61 | 189 | 226 | - |
| CMYK | 0.73 | 0.16 | 0 | 0.11 |
| HSL | 193.45º | 0.74% | 0.56% | - |
| HSV(B) | 193.45º | 0.73% | 0.89% | - |
| XYZ | 33.85 | 42.88 | 78.44 | - |
| YUV | 154.95 | 168.09 | 60.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 189 | 226 | 0.73 | 0.16 | 0 | 0.11 | 193.45 | 0.74 | 0.56 |
| Hex | 3D | BD | E2 | 49 | 10 | 0 | B | C1 | 4A | 38 |
| Octal | 75 | 275 | 342 | 111 | 20 | 0 | 13 | 301 | 112 | 70 |
| Binary | 111101 | 10111101 | 11100010 | 1001001 | 10000 | 0 | 1011 | 11000001 | 1001010 | 111000 |
Color Harmonies of #3DBDE2
Complementary color
Monochromatic Colors of #3DBDE2
Black with #3DBDE2
Text Example
Text Example
White with #3DBDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBDE2; }
p { color: rgb(61,189,226); }
H1.HeaderClassName
{
color: #3DBDE2;
}
.AnyTagClassName
{
color: #3DBDE2;
}
</style>
background-color css
<style>
a { background-color: #3DBDE2; }
a { background-color: rgb(61,189,226); }
div.DivClassName
{
background-color: #3DBDE2;
}
.BgClassName
{
background-color: #3DBDE2;
}
</style>
border-color css
<style>
span { border-color: #3DBDE2; }
span { border-color: rgb(61,189,226); }
td.TdClassName
{
border-color: #3DBDE2;
}
.TagClassName
{
border-color: #3DBDE2;
}
</style>