Shades of Summer Sky #38BAD1
Tints of Summer Sky #38BAD1
RGB
CMYK
RGB Variations
Color information
#38BAD1 (or 0x38BAD1) is known color: Summer Sky. HEX triplet: 38, BA and D1. RGB value is (56,186,209). Sum of RGB (Red+Green+Blue) = 56+186+209=451 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.42% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 209 (82.03% from 255 or 46.34% from 451); Max value from RGB is 209 - color contains mainly: blue. Hex color #38BAD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BAD1 is #C7452E. Grayscale: #959595. Windows color (decimal): -13059375 or 13744696. OLE color: 13744696.
HSL color Cylindrical-coordinate representation of color #38BAD1: hue angle of 189.02º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38BAD1 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 186 | 209 | - |
| CMYK | 0.73 | 0.11 | 0 | 0.18 |
| HSL | 189.02º | 0.62% | 0.52% | - |
| HSV(B) | 189.02º | 0.73% | 0.82% | - |
| XYZ | 30.7 | 40.56 | 66.53 | - |
| YUV | 149.75 | 161.43 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 186 | 209 | 0.73 | 0.11 | 0 | 0.18 | 189.02 | 0.62 | 0.52 |
| Hex | 38 | BA | D1 | 49 | B | 0 | 12 | BD | 3E | 34 |
| Octal | 70 | 272 | 321 | 111 | 13 | 0 | 22 | 275 | 76 | 64 |
| Binary | 111000 | 10111010 | 11010001 | 1001001 | 1011 | 0 | 10010 | 10111101 | 111110 | 110100 |
Color Harmonies of #38BAD1
Complementary color
Monochromatic Colors of #38BAD1
Black with #38BAD1
Text Example
Text Example
White with #38BAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BAD1; }
p { color: rgb(56,186,209); }
H1.HeaderClassName
{
color: #38BAD1;
}
.AnyTagClassName
{
color: #38BAD1;
}
</style>
background-color css
<style>
a { background-color: #38BAD1; }
a { background-color: rgb(56,186,209); }
div.DivClassName
{
background-color: #38BAD1;
}
.BgClassName
{
background-color: #38BAD1;
}
</style>
border-color css
<style>
span { border-color: #38BAD1; }
span { border-color: rgb(56,186,209); }
td.TdClassName
{
border-color: #38BAD1;
}
.TagClassName
{
border-color: #38BAD1;
}
</style>