Shades of Summer Sky #38B3E6
Tints of Summer Sky #38B3E6
RGB
CMYK
RGB Variations
Color information
#38B3E6 (or 0x38B3E6) is known color: Summer Sky. HEX triplet: 38, B3 and E6. RGB value is (56,179,230). Sum of RGB (Red+Green+Blue) = 56+179+230=465 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.04% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 230 (90.23% from 255 or 49.46% from 465); Max value from RGB is 230 - color contains mainly: blue. Hex color #38B3E6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38B3E6 is #C74C19. Grayscale: #939393. Windows color (decimal): -13061146 or 15119160. OLE color: 15119160.
HSL color Cylindrical-coordinate representation of color #38B3E6: hue angle of 197.59º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38B3E6 is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 179 | 230 | - |
| CMYK | 0.76 | 0.22 | 0 | 0.10 |
| HSL | 197.59º | 0.78% | 0.56% | - |
| HSV(B) | 197.59º | 0.76% | 0.9% | - |
| XYZ | 32.03 | 38.79 | 80.66 | - |
| YUV | 148.04 | 174.25 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 179 | 230 | 0.76 | 0.22 | 0 | 0.10 | 197.59 | 0.78 | 0.56 |
| Hex | 38 | B3 | E6 | 4C | 16 | 0 | A | C6 | 4E | 38 |
| Octal | 70 | 263 | 346 | 114 | 26 | 0 | 12 | 306 | 116 | 70 |
| Binary | 111000 | 10110011 | 11100110 | 1001100 | 10110 | 0 | 1010 | 11000110 | 1001110 | 111000 |
Color Harmonies of #38B3E6
Complementary color
Monochromatic Colors of #38B3E6
Black with #38B3E6
Text Example
Text Example
White with #38B3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B3E6; }
p { color: rgb(56,179,230); }
H1.HeaderClassName
{
color: #38B3E6;
}
.AnyTagClassName
{
color: #38B3E6;
}
</style>
background-color css
<style>
a { background-color: #38B3E6; }
a { background-color: rgb(56,179,230); }
div.DivClassName
{
background-color: #38B3E6;
}
.BgClassName
{
background-color: #38B3E6;
}
</style>
border-color css
<style>
span { border-color: #38B3E6; }
span { border-color: rgb(56,179,230); }
td.TdClassName
{
border-color: #38B3E6;
}
.TagClassName
{
border-color: #38B3E6;
}
</style>