Shades of Summer Sky #38C4DB
Tints of Summer Sky #38C4DB
RGB
CMYK
RGB Variations
Color information
#38C4DB (or 0x38C4DB) is known color: Summer Sky. HEX triplet: 38, C4 and DB. RGB value is (56,196,219). Sum of RGB (Red+Green+Blue) = 56+196+219=471 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.89% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #38C4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C4DB is #C73B24. Grayscale: #9C9C9C. Windows color (decimal): -13056805 or 14402616. OLE color: 14402616.
HSL color Cylindrical-coordinate representation of color #38C4DB: hue angle of 188.47º 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 #38C4DB is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 196 | 219 | - |
| CMYK | 0.74 | 0.11 | 0 | 0.14 |
| HSL | 188.47º | 0.69% | 0.54% | - |
| HSV(B) | 188.47º | 0.74% | 0.86% | - |
| XYZ | 34.16 | 45.44 | 73.99 | - |
| YUV | 156.76 | 163.12 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 196 | 219 | 0.74 | 0.11 | 0 | 0.14 | 188.47 | 0.69 | 0.54 |
| Hex | 38 | C4 | DB | 4A | B | 0 | E | BC | 45 | 36 |
| Octal | 70 | 304 | 333 | 112 | 13 | 0 | 16 | 274 | 105 | 66 |
| Binary | 111000 | 11000100 | 11011011 | 1001010 | 1011 | 0 | 1110 | 10111100 | 1000101 | 110110 |
Color Harmonies of #38C4DB
Complementary color
Monochromatic Colors of #38C4DB
Black with #38C4DB
Text Example
Text Example
White with #38C4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C4DB; }
p { color: rgb(56,196,219); }
H1.HeaderClassName
{
color: #38C4DB;
}
.AnyTagClassName
{
color: #38C4DB;
}
</style>
background-color css
<style>
a { background-color: #38C4DB; }
a { background-color: rgb(56,196,219); }
div.DivClassName
{
background-color: #38C4DB;
}
.BgClassName
{
background-color: #38C4DB;
}
</style>
border-color css
<style>
span { border-color: #38C4DB; }
span { border-color: rgb(56,196,219); }
td.TdClassName
{
border-color: #38C4DB;
}
.TagClassName
{
border-color: #38C4DB;
}
</style>