Shades of Summer Sky #38ADDF
Tints of Summer Sky #38ADDF
RGB
CMYK
RGB Variations
Color information
#38ADDF (or 0x38ADDF) is known color: Summer Sky. HEX triplet: 38, AD and DF. RGB value is (56,173,223). Sum of RGB (Red+Green+Blue) = 56+173+223=452 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.39% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #38ADDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ADDF is #C75220. Grayscale: #8F8F8F. Windows color (decimal): -13062689 or 14658872. OLE color: 14658872.
HSL color Cylindrical-coordinate representation of color #38ADDF: hue angle of 197.96º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38ADDF is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 173 | 223 | - |
| CMYK | 0.75 | 0.22 | 0 | 0.13 |
| HSL | 197.96º | 0.72% | 0.55% | - |
| HSV(B) | 197.96º | 0.75% | 0.87% | - |
| XYZ | 29.89 | 36.06 | 75.2 | - |
| YUV | 143.72 | 172.74 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 173 | 223 | 0.75 | 0.22 | 0 | 0.13 | 197.96 | 0.72 | 0.55 |
| Hex | 38 | AD | DF | 4B | 16 | 0 | D | C6 | 48 | 37 |
| Octal | 70 | 255 | 337 | 113 | 26 | 0 | 15 | 306 | 110 | 67 |
| Binary | 111000 | 10101101 | 11011111 | 1001011 | 10110 | 0 | 1101 | 11000110 | 1001000 | 110111 |
Color Harmonies of #38ADDF
Complementary color
Monochromatic Colors of #38ADDF
Black with #38ADDF
Text Example
Text Example
White with #38ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38ADDF; }
p { color: rgb(56,173,223); }
H1.HeaderClassName
{
color: #38ADDF;
}
.AnyTagClassName
{
color: #38ADDF;
}
</style>
background-color css
<style>
a { background-color: #38ADDF; }
a { background-color: rgb(56,173,223); }
div.DivClassName
{
background-color: #38ADDF;
}
.BgClassName
{
background-color: #38ADDF;
}
</style>
border-color css
<style>
span { border-color: #38ADDF; }
span { border-color: rgb(56,173,223); }
td.TdClassName
{
border-color: #38ADDF;
}
.TagClassName
{
border-color: #38ADDF;
}
</style>