Shades of Summer Sky #38BADC
Tints of Summer Sky #38BADC
RGB
CMYK
RGB Variations
Color information
#38BADC (or 0x38BADC) is known color: Summer Sky. HEX triplet: 38, BA and DC. RGB value is (56,186,220). Sum of RGB (Red+Green+Blue) = 56+186+220=462 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.12% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #38BADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BADC is #C74523. Grayscale: #969696. Windows color (decimal): -13059364 or 14465592. OLE color: 14465592.
HSL color Cylindrical-coordinate representation of color #38BADC: hue angle of 192.44º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38BADC is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 186 | 220 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.14 |
| HSL | 192.44º | 0.7% | 0.54% | - |
| HSV(B) | 192.44º | 0.75% | 0.86% | - |
| XYZ | 32.11 | 41.13 | 73.96 | - |
| YUV | 151.01 | 166.93 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 186 | 220 | 0.75 | 0.15 | 0 | 0.14 | 192.44 | 0.7 | 0.54 |
| Hex | 38 | BA | DC | 4B | F | 0 | E | C0 | 46 | 36 |
| Octal | 70 | 272 | 334 | 113 | 17 | 0 | 16 | 300 | 106 | 66 |
| Binary | 111000 | 10111010 | 11011100 | 1001011 | 1111 | 0 | 1110 | 11000000 | 1000110 | 110110 |
Color Harmonies of #38BADC
Complementary color
Monochromatic Colors of #38BADC
Black with #38BADC
Text Example
Text Example
White with #38BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BADC; }
p { color: rgb(56,186,220); }
H1.HeaderClassName
{
color: #38BADC;
}
.AnyTagClassName
{
color: #38BADC;
}
</style>
background-color css
<style>
a { background-color: #38BADC; }
a { background-color: rgb(56,186,220); }
div.DivClassName
{
background-color: #38BADC;
}
.BgClassName
{
background-color: #38BADC;
}
</style>
border-color css
<style>
span { border-color: #38BADC; }
span { border-color: rgb(56,186,220); }
td.TdClassName
{
border-color: #38BADC;
}
.TagClassName
{
border-color: #38BADC;
}
</style>