Shades of Summer Sky #38C0DB
Tints of Summer Sky #38C0DB
RGB
CMYK
RGB Variations
Color information
#38C0DB (or 0x38C0DB) is known color: Summer Sky. HEX triplet: 38, C0 and DB. RGB value is (56,192,219). Sum of RGB (Red+Green+Blue) = 56+192+219=467 (61% of max value = 765). Red value is 56 (22.27% from 255 or 11.99% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #38C0DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C0DB is #C73F24. Grayscale: #9A9A9A. Windows color (decimal): -13057829 or 14401592. OLE color: 14401592.
HSL color Cylindrical-coordinate representation of color #38C0DB: hue angle of 189.94º 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 #38C0DB is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 192 | 219 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.14 |
| HSL | 189.94º | 0.69% | 0.54% | - |
| HSV(B) | 189.94º | 0.74% | 0.86% | - |
| XYZ | 33.27 | 43.65 | 73.69 | - |
| YUV | 154.41 | 164.44 | 57.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 192 | 219 | 0.74 | 0.12 | 0 | 0.14 | 189.94 | 0.69 | 0.54 |
| Hex | 38 | C0 | DB | 4A | C | 0 | E | BE | 45 | 36 |
| Octal | 70 | 300 | 333 | 112 | 14 | 0 | 16 | 276 | 105 | 66 |
| Binary | 111000 | 11000000 | 11011011 | 1001010 | 1100 | 0 | 1110 | 10111110 | 1000101 | 110110 |
Color Harmonies of #38C0DB
Complementary color
Monochromatic Colors of #38C0DB
Black with #38C0DB
Text Example
Text Example
White with #38C0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C0DB; }
p { color: rgb(56,192,219); }
H1.HeaderClassName
{
color: #38C0DB;
}
.AnyTagClassName
{
color: #38C0DB;
}
</style>
background-color css
<style>
a { background-color: #38C0DB; }
a { background-color: rgb(56,192,219); }
div.DivClassName
{
background-color: #38C0DB;
}
.BgClassName
{
background-color: #38C0DB;
}
</style>
border-color css
<style>
span { border-color: #38C0DB; }
span { border-color: rgb(56,192,219); }
td.TdClassName
{
border-color: #38C0DB;
}
.TagClassName
{
border-color: #38C0DB;
}
</style>