Shades of Summer Sky #38C7DB
Tints of Summer Sky #38C7DB
RGB
CMYK
RGB Variations
Color information
#38C7DB (or 0x38C7DB) is known color: Summer Sky. HEX triplet: 38, C7 and DB. RGB value is (56,199,219). Sum of RGB (Red+Green+Blue) = 56+199+219=474 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.81% from 474); Green value is 199 (78.12% from 255 or 41.98% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #38C7DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C7DB is #C73824. Grayscale: #9E9E9E. Windows color (decimal): -13056037 or 14403384. OLE color: 14403384.
HSL color Cylindrical-coordinate representation of color #38C7DB: hue angle of 187.36º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38C7DB is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 199 | 219 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.14 |
| HSL | 187.36º | 0.69% | 0.54% | - |
| HSV(B) | 187.36º | 0.74% | 0.86% | - |
| XYZ | 34.84 | 46.8 | 74.22 | - |
| YUV | 158.52 | 162.12 | 54.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 199 | 219 | 0.74 | 0.09 | 0 | 0.14 | 187.36 | 0.69 | 0.54 |
| Hex | 38 | C7 | DB | 4A | 9 | 0 | E | BB | 45 | 36 |
| Octal | 70 | 307 | 333 | 112 | 11 | 0 | 16 | 273 | 105 | 66 |
| Binary | 111000 | 11000111 | 11011011 | 1001010 | 1001 | 0 | 1110 | 10111011 | 1000101 | 110110 |
Color Harmonies of #38C7DB
Complementary color
Monochromatic Colors of #38C7DB
Black with #38C7DB
Text Example
Text Example
White with #38C7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C7DB; }
p { color: rgb(56,199,219); }
H1.HeaderClassName
{
color: #38C7DB;
}
.AnyTagClassName
{
color: #38C7DB;
}
</style>
background-color css
<style>
a { background-color: #38C7DB; }
a { background-color: rgb(56,199,219); }
div.DivClassName
{
background-color: #38C7DB;
}
.BgClassName
{
background-color: #38C7DB;
}
</style>
border-color css
<style>
span { border-color: #38C7DB; }
span { border-color: rgb(56,199,219); }
td.TdClassName
{
border-color: #38C7DB;
}
.TagClassName
{
border-color: #38C7DB;
}
</style>