Shades of Summer Sky #3ABDDF
Tints of Summer Sky #3ABDDF
RGB
CMYK
RGB Variations
Color information
#3ABDDF (or 0x3ABDDF) is known color: Summer Sky. HEX triplet: 3A, BD and DF. RGB value is (58,189,223). Sum of RGB (Red+Green+Blue) = 58+189+223=470 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.34% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #3ABDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABDDF is #C54220. Grayscale: #999999. Windows color (decimal): -12927521 or 14662970. OLE color: 14662970.
HSL color Cylindrical-coordinate representation of color #3ABDDF: hue angle of 192.36º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ABDDF is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 189 | 223 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.13 |
| HSL | 192.36º | 0.72% | 0.55% | - |
| HSV(B) | 192.36º | 0.74% | 0.87% | - |
| XYZ | 33.26 | 42.62 | 76.29 | - |
| YUV | 153.71 | 167.1 | 59.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 189 | 223 | 0.74 | 0.15 | 0 | 0.13 | 192.36 | 0.72 | 0.55 |
| Hex | 3A | BD | DF | 4A | F | 0 | D | C0 | 48 | 37 |
| Octal | 72 | 275 | 337 | 112 | 17 | 0 | 15 | 300 | 110 | 67 |
| Binary | 111010 | 10111101 | 11011111 | 1001010 | 1111 | 0 | 1101 | 11000000 | 1001000 | 110111 |
Color Harmonies of #3ABDDF
Complementary color
Monochromatic Colors of #3ABDDF
Black with #3ABDDF
Text Example
Text Example
White with #3ABDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABDDF; }
p { color: rgb(58,189,223); }
H1.HeaderClassName
{
color: #3ABDDF;
}
.AnyTagClassName
{
color: #3ABDDF;
}
</style>
background-color css
<style>
a { background-color: #3ABDDF; }
a { background-color: rgb(58,189,223); }
div.DivClassName
{
background-color: #3ABDDF;
}
.BgClassName
{
background-color: #3ABDDF;
}
</style>
border-color css
<style>
span { border-color: #3ABDDF; }
span { border-color: rgb(58,189,223); }
td.TdClassName
{
border-color: #3ABDDF;
}
.TagClassName
{
border-color: #3ABDDF;
}
</style>