Shades of Summer Sky #38BCE1
Tints of Summer Sky #38BCE1
RGB
CMYK
RGB Variations
Color information
#38BCE1 (or 0x38BCE1) is known color: Summer Sky. HEX triplet: 38, BC and E1. RGB value is (56,188,225). Sum of RGB (Red+Green+Blue) = 56+188+225=469 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.94% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 225 (88.28% from 255 or 47.97% from 469); Max value from RGB is 225 - color contains mainly: blue. Hex color #38BCE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BCE1 is #C7431E. Grayscale: #989898. Windows color (decimal): -13058847 or 14793784. OLE color: 14793784.
HSL color Cylindrical-coordinate representation of color #38BCE1: hue angle of 193.14º degrees, saturation: 0.74, 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 #38BCE1 is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 56 | 188 | 225 | - |
| CMYK | 0.75 | 0.16 | 0 | 0.12 |
| HSL | 193.14º | 0.74% | 0.55% | - |
| HSV(B) | 193.14º | 0.75% | 0.88% | - |
| XYZ | 33.2 | 42.24 | 77.64 | - |
| YUV | 152.75 | 168.77 | 58.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 188 | 225 | 0.75 | 0.16 | 0 | 0.12 | 193.14 | 0.74 | 0.55 |
| Hex | 38 | BC | E1 | 4B | 10 | 0 | C | C1 | 4A | 37 |
| Octal | 70 | 274 | 341 | 113 | 20 | 0 | 14 | 301 | 112 | 67 |
| Binary | 111000 | 10111100 | 11100001 | 1001011 | 10000 | 0 | 1100 | 11000001 | 1001010 | 110111 |
Color Harmonies of #38BCE1
Complementary color
Monochromatic Colors of #38BCE1
Black with #38BCE1
Text Example
Text Example
White with #38BCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BCE1; }
p { color: rgb(56,188,225); }
H1.HeaderClassName
{
color: #38BCE1;
}
.AnyTagClassName
{
color: #38BCE1;
}
</style>
background-color css
<style>
a { background-color: #38BCE1; }
a { background-color: rgb(56,188,225); }
div.DivClassName
{
background-color: #38BCE1;
}
.BgClassName
{
background-color: #38BCE1;
}
</style>
border-color css
<style>
span { border-color: #38BCE1; }
span { border-color: rgb(56,188,225); }
td.TdClassName
{
border-color: #38BCE1;
}
.TagClassName
{
border-color: #38BCE1;
}
</style>