Shades of Summer Sky #38B8DB
Tints of Summer Sky #38B8DB
RGB
CMYK
RGB Variations
Color information
#38B8DB (or 0x38B8DB) is known color: Summer Sky. HEX triplet: 38, B8 and DB. RGB value is (56,184,219). Sum of RGB (Red+Green+Blue) = 56+184+219=459 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.20% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #38B8DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38B8DB is #C74724. Grayscale: #959595. Windows color (decimal): -13059877 or 14399544. OLE color: 14399544.
HSL color Cylindrical-coordinate representation of color #38B8DB: hue angle of 192.88º 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 #38B8DB is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 184 | 219 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.14 |
| HSL | 192.88º | 0.69% | 0.54% | - |
| HSV(B) | 192.88º | 0.74% | 0.86% | - |
| XYZ | 31.56 | 40.24 | 73.12 | - |
| YUV | 149.72 | 167.09 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 184 | 219 | 0.74 | 0.16 | 0 | 0.14 | 192.88 | 0.69 | 0.54 |
| Hex | 38 | B8 | DB | 4A | 10 | 0 | E | C1 | 45 | 36 |
| Octal | 70 | 270 | 333 | 112 | 20 | 0 | 16 | 301 | 105 | 66 |
| Binary | 111000 | 10111000 | 11011011 | 1001010 | 10000 | 0 | 1110 | 11000001 | 1000101 | 110110 |
Color Harmonies of #38B8DB
Complementary color
Monochromatic Colors of #38B8DB
Black with #38B8DB
Text Example
Text Example
White with #38B8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B8DB; }
p { color: rgb(56,184,219); }
H1.HeaderClassName
{
color: #38B8DB;
}
.AnyTagClassName
{
color: #38B8DB;
}
</style>
background-color css
<style>
a { background-color: #38B8DB; }
a { background-color: rgb(56,184,219); }
div.DivClassName
{
background-color: #38B8DB;
}
.BgClassName
{
background-color: #38B8DB;
}
</style>
border-color css
<style>
span { border-color: #38B8DB; }
span { border-color: rgb(56,184,219); }
td.TdClassName
{
border-color: #38B8DB;
}
.TagClassName
{
border-color: #38B8DB;
}
</style>