Shades of Summer Sky #38B5E0
Tints of Summer Sky #38B5E0
RGB
CMYK
RGB Variations
Color information
#38B5E0 (or 0x38B5E0) is known color: Summer Sky. HEX triplet: 38, B5 and E0. RGB value is (56,181,224). Sum of RGB (Red+Green+Blue) = 56+181+224=461 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.15% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 224 (87.89% from 255 or 48.59% from 461); Max value from RGB is 224 - color contains mainly: blue. Hex color #38B5E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38B5E0 is #C74A1F. Grayscale: #949494. Windows color (decimal): -13060640 or 14726456. OLE color: 14726456.
HSL color Cylindrical-coordinate representation of color #38B5E0: hue angle of 195.36º 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 #38B5E0 is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 56 | 181 | 224 | - |
| CMYK | 0.75 | 0.19 | 0 | 0.12 |
| HSL | 195.36º | 0.73% | 0.55% | - |
| HSV(B) | 195.36º | 0.75% | 0.88% | - |
| XYZ | 31.61 | 39.27 | 76.43 | - |
| YUV | 148.53 | 170.59 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 181 | 224 | 0.75 | 0.19 | 0 | 0.12 | 195.36 | 0.73 | 0.55 |
| Hex | 38 | B5 | E0 | 4B | 13 | 0 | C | C3 | 49 | 37 |
| Octal | 70 | 265 | 340 | 113 | 23 | 0 | 14 | 303 | 111 | 67 |
| Binary | 111000 | 10110101 | 11100000 | 1001011 | 10011 | 0 | 1100 | 11000011 | 1001001 | 110111 |
Color Harmonies of #38B5E0
Complementary color
Monochromatic Colors of #38B5E0
Black with #38B5E0
Text Example
Text Example
White with #38B5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B5E0; }
p { color: rgb(56,181,224); }
H1.HeaderClassName
{
color: #38B5E0;
}
.AnyTagClassName
{
color: #38B5E0;
}
</style>
background-color css
<style>
a { background-color: #38B5E0; }
a { background-color: rgb(56,181,224); }
div.DivClassName
{
background-color: #38B5E0;
}
.BgClassName
{
background-color: #38B5E0;
}
</style>
border-color css
<style>
span { border-color: #38B5E0; }
span { border-color: rgb(56,181,224); }
td.TdClassName
{
border-color: #38B5E0;
}
.TagClassName
{
border-color: #38B5E0;
}
</style>