Shades of Summer Sky #38BAE6
Tints of Summer Sky #38BAE6
RGB
CMYK
RGB Variations
Color information
#38BAE6 (or 0x38BAE6) is known color: Summer Sky. HEX triplet: 38, BA and E6. RGB value is (56,186,230). Sum of RGB (Red+Green+Blue) = 56+186+230=472 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.86% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 230 - color contains mainly: blue. Hex color #38BAE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38BAE6 is #C74519. Grayscale: #979797. Windows color (decimal): -13059354 or 15120952. OLE color: 15120952.
HSL color Cylindrical-coordinate representation of color #38BAE6: hue angle of 195.17º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38BAE6 is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 186 | 230 | - |
| CMYK | 0.76 | 0.19 | 0 | 0.10 |
| HSL | 195.17º | 0.78% | 0.56% | - |
| HSV(B) | 195.17º | 0.76% | 0.9% | - |
| XYZ | 33.47 | 41.67 | 81.14 | - |
| YUV | 152.15 | 171.93 | 59.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 186 | 230 | 0.76 | 0.19 | 0 | 0.10 | 195.17 | 0.78 | 0.56 |
| Hex | 38 | BA | E6 | 4C | 13 | 0 | A | C3 | 4E | 38 |
| Octal | 70 | 272 | 346 | 114 | 23 | 0 | 12 | 303 | 116 | 70 |
| Binary | 111000 | 10111010 | 11100110 | 1001100 | 10011 | 0 | 1010 | 11000011 | 1001110 | 111000 |
Color Harmonies of #38BAE6
Complementary color
Monochromatic Colors of #38BAE6
Black with #38BAE6
Text Example
Text Example
White with #38BAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BAE6; }
p { color: rgb(56,186,230); }
H1.HeaderClassName
{
color: #38BAE6;
}
.AnyTagClassName
{
color: #38BAE6;
}
</style>
background-color css
<style>
a { background-color: #38BAE6; }
a { background-color: rgb(56,186,230); }
div.DivClassName
{
background-color: #38BAE6;
}
.BgClassName
{
background-color: #38BAE6;
}
</style>
border-color css
<style>
span { border-color: #38BAE6; }
span { border-color: rgb(56,186,230); }
td.TdClassName
{
border-color: #38BAE6;
}
.TagClassName
{
border-color: #38BAE6;
}
</style>