Shades of Summer Sky #38C0D1
Tints of Summer Sky #38C0D1
RGB
CMYK
RGB Variations
Color information
#38C0D1 (or 0x38C0D1) is known color: Summer Sky. HEX triplet: 38, C0 and D1. RGB value is (56,192,209). Sum of RGB (Red+Green+Blue) = 56+192+209=457 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.25% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 209 - color contains mainly: blue. Hex color #38C0D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C0D1 is #C73F2E. Grayscale: #999999. Windows color (decimal): -13057839 or 13746232. OLE color: 13746232.
HSL color Cylindrical-coordinate representation of color #38C0D1: hue angle of 186.67º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38C0D1 is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 192 | 209 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.18 |
| HSL | 186.67º | 0.62% | 0.52% | - |
| HSV(B) | 186.67º | 0.73% | 0.82% | - |
| XYZ | 31.99 | 43.14 | 66.96 | - |
| YUV | 153.27 | 159.44 | 58.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 192 | 209 | 0.73 | 0.08 | 0 | 0.18 | 186.67 | 0.62 | 0.52 |
| Hex | 38 | C0 | D1 | 49 | 8 | 0 | 12 | BB | 3E | 34 |
| Octal | 70 | 300 | 321 | 111 | 10 | 0 | 22 | 273 | 76 | 64 |
| Binary | 111000 | 11000000 | 11010001 | 1001001 | 1000 | 0 | 10010 | 10111011 | 111110 | 110100 |
Color Harmonies of #38C0D1
Complementary color
Monochromatic Colors of #38C0D1
Black with #38C0D1
Text Example
Text Example
White with #38C0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C0D1; }
p { color: rgb(56,192,209); }
H1.HeaderClassName
{
color: #38C0D1;
}
.AnyTagClassName
{
color: #38C0D1;
}
</style>
background-color css
<style>
a { background-color: #38C0D1; }
a { background-color: rgb(56,192,209); }
div.DivClassName
{
background-color: #38C0D1;
}
.BgClassName
{
background-color: #38C0D1;
}
</style>
border-color css
<style>
span { border-color: #38C0D1; }
span { border-color: rgb(56,192,209); }
td.TdClassName
{
border-color: #38C0D1;
}
.TagClassName
{
border-color: #38C0D1;
}
</style>