Shades of Summer Sky #38AED5
Tints of Summer Sky #38AED5
RGB
CMYK
RGB Variations
Color information
#38AED5 (or 0x38AED5) is known color: Summer Sky. HEX triplet: 38, AE and D5. RGB value is (56,174,213). Sum of RGB (Red+Green+Blue) = 56+174+213=443 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.64% from 443); Green value is 174 (68.36% from 255 or 39.28% from 443); Blue value is 213 (83.59% from 255 or 48.08% from 443); Max value from RGB is 213 - color contains mainly: blue. Hex color #38AED5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38AED5 is #C7512A. Grayscale: #8E8E8E. Windows color (decimal): -13062443 or 14003768. OLE color: 14003768.
HSL color Cylindrical-coordinate representation of color #38AED5: hue angle of 194.9º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38AED5 is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 174 | 213 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.16 |
| HSL | 194.9º | 0.65% | 0.53% | - |
| HSV(B) | 194.9º | 0.74% | 0.84% | - |
| XYZ | 28.78 | 35.92 | 68.37 | - |
| YUV | 143.16 | 167.41 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 174 | 213 | 0.74 | 0.18 | 0 | 0.16 | 194.9 | 0.65 | 0.53 |
| Hex | 38 | AE | D5 | 4A | 12 | 0 | 10 | C3 | 41 | 35 |
| Octal | 70 | 256 | 325 | 112 | 22 | 0 | 20 | 303 | 101 | 65 |
| Binary | 111000 | 10101110 | 11010101 | 1001010 | 10010 | 0 | 10000 | 11000011 | 1000001 | 110101 |
Color Harmonies of #38AED5
Complementary color
Monochromatic Colors of #38AED5
Black with #38AED5
Text Example
Text Example
White with #38AED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AED5; }
p { color: rgb(56,174,213); }
H1.HeaderClassName
{
color: #38AED5;
}
.AnyTagClassName
{
color: #38AED5;
}
</style>
background-color css
<style>
a { background-color: #38AED5; }
a { background-color: rgb(56,174,213); }
div.DivClassName
{
background-color: #38AED5;
}
.BgClassName
{
background-color: #38AED5;
}
</style>
border-color css
<style>
span { border-color: #38AED5; }
span { border-color: rgb(56,174,213); }
td.TdClassName
{
border-color: #38AED5;
}
.TagClassName
{
border-color: #38AED5;
}
</style>