Shades of Summer Sky #3ABDED
Tints of Summer Sky #3ABDED
RGB
CMYK
RGB Variations
Color information
#3ABDED (or 0x3ABDED) is known color: Summer Sky. HEX triplet: 3A, BD and ED. RGB value is (58,189,237). Sum of RGB (Red+Green+Blue) = 58+189+237=484 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.98% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #3ABDED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ABDED is #C54212. Grayscale: #9A9A9A. Windows color (decimal): -12927507 or 15580474. OLE color: 15580474.
HSL color Cylindrical-coordinate representation of color #3ABDED: hue angle of 196.09º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ABDED is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 189 | 237 | - |
| CMYK | 0.76 | 0.20 | 0 | 0.07 |
| HSL | 196.09º | 0.83% | 0.58% | - |
| HSV(B) | 196.09º | 0.76% | 0.93% | - |
| XYZ | 35.23 | 43.41 | 86.64 | - |
| YUV | 155.3 | 174.1 | 58.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 189 | 237 | 0.76 | 0.20 | 0 | 0.07 | 196.09 | 0.83 | 0.58 |
| Hex | 3A | BD | ED | 4C | 14 | 0 | 7 | C4 | 53 | 3A |
| Octal | 72 | 275 | 355 | 114 | 24 | 0 | 7 | 304 | 123 | 72 |
| Binary | 111010 | 10111101 | 11101101 | 1001100 | 10100 | 0 | 111 | 11000100 | 1010011 | 111010 |
Color Harmonies of #3ABDED
Complementary color
Monochromatic Colors of #3ABDED
Black with #3ABDED
Text Example
Text Example
White with #3ABDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABDED; }
p { color: rgb(58,189,237); }
H1.HeaderClassName
{
color: #3ABDED;
}
.AnyTagClassName
{
color: #3ABDED;
}
</style>
background-color css
<style>
a { background-color: #3ABDED; }
a { background-color: rgb(58,189,237); }
div.DivClassName
{
background-color: #3ABDED;
}
.BgClassName
{
background-color: #3ABDED;
}
</style>
border-color css
<style>
span { border-color: #3ABDED; }
span { border-color: rgb(58,189,237); }
td.TdClassName
{
border-color: #3ABDED;
}
.TagClassName
{
border-color: #3ABDED;
}
</style>