Shades of Summer Sky #38AFCD
Tints of Summer Sky #38AFCD
RGB
CMYK
RGB Variations
Color information
#38AFCD (or 0x38AFCD) is known color: Summer Sky. HEX triplet: 38, AF and CD. RGB value is (56,175,205). Sum of RGB (Red+Green+Blue) = 56+175+205=436 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.84% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #38AFCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38AFCD is #C75032. Grayscale: #8E8E8E. Windows color (decimal): -13062195 or 13479736. OLE color: 13479736.
HSL color Cylindrical-coordinate representation of color #38AFCD: hue angle of 192.08º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38AFCD is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 175 | 205 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.20 |
| HSL | 192.08º | 0.6% | 0.51% | - |
| HSV(B) | 192.08º | 0.73% | 0.8% | - |
| XYZ | 27.98 | 35.91 | 63.21 | - |
| YUV | 142.84 | 163.08 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 175 | 205 | 0.73 | 0.15 | 0 | 0.20 | 192.08 | 0.6 | 0.51 |
| Hex | 38 | AF | CD | 49 | F | 0 | 14 | C0 | 3C | 33 |
| Octal | 70 | 257 | 315 | 111 | 17 | 0 | 24 | 300 | 74 | 63 |
| Binary | 111000 | 10101111 | 11001101 | 1001001 | 1111 | 0 | 10100 | 11000000 | 111100 | 110011 |
Color Harmonies of #38AFCD
Complementary color
Monochromatic Colors of #38AFCD
Black with #38AFCD
Text Example
Text Example
White with #38AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AFCD; }
p { color: rgb(56,175,205); }
H1.HeaderClassName
{
color: #38AFCD;
}
.AnyTagClassName
{
color: #38AFCD;
}
</style>
background-color css
<style>
a { background-color: #38AFCD; }
a { background-color: rgb(56,175,205); }
div.DivClassName
{
background-color: #38AFCD;
}
.BgClassName
{
background-color: #38AFCD;
}
</style>
border-color css
<style>
span { border-color: #38AFCD; }
span { border-color: rgb(56,175,205); }
td.TdClassName
{
border-color: #38AFCD;
}
.TagClassName
{
border-color: #38AFCD;
}
</style>