Shades of Summer Sky #38BBE0
Tints of Summer Sky #38BBE0
RGB
CMYK
RGB Variations
Color information
#38BBE0 (or 0x38BBE0) is known color: Summer Sky. HEX triplet: 38, BB and E0. RGB value is (56,187,224). Sum of RGB (Red+Green+Blue) = 56+187+224=467 (61% of max value = 765). Red value is 56 (22.27% from 255 or 11.99% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #38BBE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BBE0 is #C7441F. Grayscale: #979797. Windows color (decimal): -13059104 or 14727992. OLE color: 14727992.
HSL color Cylindrical-coordinate representation of color #38BBE0: hue angle of 193.21º 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 #38BBE0 is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 56 | 187 | 224 | - |
| CMYK | 0.75 | 0.17 | 0 | 0.12 |
| HSL | 193.21º | 0.73% | 0.55% | - |
| HSV(B) | 193.21º | 0.75% | 0.88% | - |
| XYZ | 32.86 | 41.76 | 76.85 | - |
| YUV | 152.05 | 168.6 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 187 | 224 | 0.75 | 0.17 | 0 | 0.12 | 193.21 | 0.73 | 0.55 |
| Hex | 38 | BB | E0 | 4B | 11 | 0 | C | C1 | 49 | 37 |
| Octal | 70 | 273 | 340 | 113 | 21 | 0 | 14 | 301 | 111 | 67 |
| Binary | 111000 | 10111011 | 11100000 | 1001011 | 10001 | 0 | 1100 | 11000001 | 1001001 | 110111 |
Color Harmonies of #38BBE0
Complementary color
Monochromatic Colors of #38BBE0
Black with #38BBE0
Text Example
Text Example
White with #38BBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BBE0; }
p { color: rgb(56,187,224); }
H1.HeaderClassName
{
color: #38BBE0;
}
.AnyTagClassName
{
color: #38BBE0;
}
</style>
background-color css
<style>
a { background-color: #38BBE0; }
a { background-color: rgb(56,187,224); }
div.DivClassName
{
background-color: #38BBE0;
}
.BgClassName
{
background-color: #38BBE0;
}
</style>
border-color css
<style>
span { border-color: #38BBE0; }
span { border-color: rgb(56,187,224); }
td.TdClassName
{
border-color: #38BBE0;
}
.TagClassName
{
border-color: #38BBE0;
}
</style>