Shades of Summer Sky #38ADCE
Tints of Summer Sky #38ADCE
RGB
CMYK
RGB Variations
Color information
#38ADCE (or 0x38ADCE) is known color: Summer Sky. HEX triplet: 38, AD and CE. RGB value is (56,173,206). Sum of RGB (Red+Green+Blue) = 56+173+206=435 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.87% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #38ADCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ADCE is #C75231. Grayscale: #8D8D8D. Windows color (decimal): -13062706 or 13544760. OLE color: 13544760.
HSL color Cylindrical-coordinate representation of color #38ADCE: hue angle of 193.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38ADCE is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 173 | 206 | - |
| CMYK | 0.73 | 0.16 | 0 | 0.19 |
| HSL | 193.2º | 0.6% | 0.51% | - |
| HSV(B) | 193.2º | 0.73% | 0.81% | - |
| XYZ | 27.72 | 35.18 | 63.72 | - |
| YUV | 141.78 | 164.24 | 66.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 173 | 206 | 0.73 | 0.16 | 0 | 0.19 | 193.2 | 0.6 | 0.51 |
| Hex | 38 | AD | CE | 49 | 10 | 0 | 13 | C1 | 3C | 33 |
| Octal | 70 | 255 | 316 | 111 | 20 | 0 | 23 | 301 | 74 | 63 |
| Binary | 111000 | 10101101 | 11001110 | 1001001 | 10000 | 0 | 10011 | 11000001 | 111100 | 110011 |
Color Harmonies of #38ADCE
Complementary color
Monochromatic Colors of #38ADCE
Black with #38ADCE
Text Example
Text Example
White with #38ADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38ADCE; }
p { color: rgb(56,173,206); }
H1.HeaderClassName
{
color: #38ADCE;
}
.AnyTagClassName
{
color: #38ADCE;
}
</style>
background-color css
<style>
a { background-color: #38ADCE; }
a { background-color: rgb(56,173,206); }
div.DivClassName
{
background-color: #38ADCE;
}
.BgClassName
{
background-color: #38ADCE;
}
</style>
border-color css
<style>
span { border-color: #38ADCE; }
span { border-color: rgb(56,173,206); }
td.TdClassName
{
border-color: #38ADCE;
}
.TagClassName
{
border-color: #38ADCE;
}
</style>