Shades of Summer Sky #38C8DC
Tints of Summer Sky #38C8DC
RGB
CMYK
RGB Variations
Color information
#38C8DC (or 0x38C8DC) is known color: Summer Sky. HEX triplet: 38, C8 and DC. RGB value is (56,200,220). Sum of RGB (Red+Green+Blue) = 56+200+220=476 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.76% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #38C8DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C8DC is #C73723. Grayscale: #9F9F9F. Windows color (decimal): -13055780 or 14469176. OLE color: 14469176.
HSL color Cylindrical-coordinate representation of color #38C8DC: hue angle of 187.32º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38C8DC is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 200 | 220 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.14 |
| HSL | 187.32º | 0.7% | 0.54% | - |
| HSV(B) | 187.32º | 0.75% | 0.86% | - |
| XYZ | 35.2 | 47.32 | 74.99 | - |
| YUV | 159.22 | 162.29 | 54.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 200 | 220 | 0.75 | 0.09 | 0 | 0.14 | 187.32 | 0.7 | 0.54 |
| Hex | 38 | C8 | DC | 4B | 9 | 0 | E | BB | 46 | 36 |
| Octal | 70 | 310 | 334 | 113 | 11 | 0 | 16 | 273 | 106 | 66 |
| Binary | 111000 | 11001000 | 11011100 | 1001011 | 1001 | 0 | 1110 | 10111011 | 1000110 | 110110 |
Color Harmonies of #38C8DC
Complementary color
Monochromatic Colors of #38C8DC
Black with #38C8DC
Text Example
Text Example
White with #38C8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C8DC; }
p { color: rgb(56,200,220); }
H1.HeaderClassName
{
color: #38C8DC;
}
.AnyTagClassName
{
color: #38C8DC;
}
</style>
background-color css
<style>
a { background-color: #38C8DC; }
a { background-color: rgb(56,200,220); }
div.DivClassName
{
background-color: #38C8DC;
}
.BgClassName
{
background-color: #38C8DC;
}
</style>
border-color css
<style>
span { border-color: #38C8DC; }
span { border-color: rgb(56,200,220); }
td.TdClassName
{
border-color: #38C8DC;
}
.TagClassName
{
border-color: #38C8DC;
}
</style>