Shades of Summer Sky #38B1E1
Tints of Summer Sky #38B1E1
RGB
CMYK
RGB Variations
Color information
#38B1E1 (or 0x38B1E1) is known color: Summer Sky. HEX triplet: 38, B1 and E1. RGB value is (56,177,225). Sum of RGB (Red+Green+Blue) = 56+177+225=458 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.23% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 225 (88.28% from 255 or 49.13% from 458); Max value from RGB is 225 - color contains mainly: blue. Hex color #38B1E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38B1E1 is #C74E1E. Grayscale: #919191. Windows color (decimal): -13061663 or 14790968. OLE color: 14790968.
HSL color Cylindrical-coordinate representation of color #38B1E1: hue angle of 197.04º 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 #38B1E1 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 56 | 177 | 225 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.12 |
| HSL | 197.04º | 0.74% | 0.55% | - |
| HSV(B) | 197.04º | 0.75% | 0.88% | - |
| XYZ | 30.94 | 37.72 | 76.88 | - |
| YUV | 146.29 | 172.41 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 177 | 225 | 0.75 | 0.21 | 0 | 0.12 | 197.04 | 0.74 | 0.55 |
| Hex | 38 | B1 | E1 | 4B | 15 | 0 | C | C5 | 4A | 37 |
| Octal | 70 | 261 | 341 | 113 | 25 | 0 | 14 | 305 | 112 | 67 |
| Binary | 111000 | 10110001 | 11100001 | 1001011 | 10101 | 0 | 1100 | 11000101 | 1001010 | 110111 |
Color Harmonies of #38B1E1
Complementary color
Monochromatic Colors of #38B1E1
Black with #38B1E1
Text Example
Text Example
White with #38B1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B1E1; }
p { color: rgb(56,177,225); }
H1.HeaderClassName
{
color: #38B1E1;
}
.AnyTagClassName
{
color: #38B1E1;
}
</style>
background-color css
<style>
a { background-color: #38B1E1; }
a { background-color: rgb(56,177,225); }
div.DivClassName
{
background-color: #38B1E1;
}
.BgClassName
{
background-color: #38B1E1;
}
</style>
border-color css
<style>
span { border-color: #38B1E1; }
span { border-color: rgb(56,177,225); }
td.TdClassName
{
border-color: #38B1E1;
}
.TagClassName
{
border-color: #38B1E1;
}
</style>