Shades of Summer Sky #38B0E0
Tints of Summer Sky #38B0E0
RGB
CMYK
RGB Variations
Color information
#38B0E0 (or 0x38B0E0) is known color: Summer Sky. HEX triplet: 38, B0 and E0. RGB value is (56,176,224). Sum of RGB (Red+Green+Blue) = 56+176+224=456 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.28% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 224 (87.89% from 255 or 49.12% from 456); Max value from RGB is 224 - color contains mainly: blue. Hex color #38B0E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38B0E0 is #C74F1F. Grayscale: #919191. Windows color (decimal): -13061920 or 14725176. OLE color: 14725176.
HSL color Cylindrical-coordinate representation of color #38B0E0: hue angle of 197.14º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38B0E0 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 56 | 176 | 224 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.12 |
| HSL | 197.14º | 0.73% | 0.55% | - |
| HSV(B) | 197.14º | 0.75% | 0.88% | - |
| XYZ | 30.61 | 37.27 | 76.1 | - |
| YUV | 145.59 | 172.24 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 176 | 224 | 0.75 | 0.21 | 0 | 0.12 | 197.14 | 0.73 | 0.55 |
| Hex | 38 | B0 | E0 | 4B | 15 | 0 | C | C5 | 49 | 37 |
| Octal | 70 | 260 | 340 | 113 | 25 | 0 | 14 | 305 | 111 | 67 |
| Binary | 111000 | 10110000 | 11100000 | 1001011 | 10101 | 0 | 1100 | 11000101 | 1001001 | 110111 |
Color Harmonies of #38B0E0
Complementary color
Monochromatic Colors of #38B0E0
Black with #38B0E0
Text Example
Text Example
White with #38B0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B0E0; }
p { color: rgb(56,176,224); }
H1.HeaderClassName
{
color: #38B0E0;
}
.AnyTagClassName
{
color: #38B0E0;
}
</style>
background-color css
<style>
a { background-color: #38B0E0; }
a { background-color: rgb(56,176,224); }
div.DivClassName
{
background-color: #38B0E0;
}
.BgClassName
{
background-color: #38B0E0;
}
</style>
border-color css
<style>
span { border-color: #38B0E0; }
span { border-color: rgb(56,176,224); }
td.TdClassName
{
border-color: #38B0E0;
}
.TagClassName
{
border-color: #38B0E0;
}
</style>