Shades of Summer Sky #38BAEA
Tints of Summer Sky #38BAEA
RGB
CMYK
RGB Variations
Color information
#38BAEA (or 0x38BAEA) is known color: Summer Sky. HEX triplet: 38, BA and EA. RGB value is (56,186,234). Sum of RGB (Red+Green+Blue) = 56+186+234=476 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.76% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #38BAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38BAEA is #C74515. Grayscale: #989898. Windows color (decimal): -13059350 or 15383096. OLE color: 15383096.
HSL color Cylindrical-coordinate representation of color #38BAEA: hue angle of 196.18º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38BAEA is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 56 | 186 | 234 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.08 |
| HSL | 196.18º | 0.81% | 0.57% | - |
| HSV(B) | 196.18º | 0.76% | 0.92% | - |
| XYZ | 34.04 | 41.9 | 84.14 | - |
| YUV | 152.6 | 173.93 | 59.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 186 | 234 | 0.76 | 0.21 | 0 | 0.08 | 196.18 | 0.81 | 0.57 |
| Hex | 38 | BA | EA | 4C | 15 | 0 | 8 | C4 | 51 | 39 |
| Octal | 70 | 272 | 352 | 114 | 25 | 0 | 10 | 304 | 121 | 71 |
| Binary | 111000 | 10111010 | 11101010 | 1001100 | 10101 | 0 | 1000 | 11000100 | 1010001 | 111001 |
Color Harmonies of #38BAEA
Complementary color
Monochromatic Colors of #38BAEA
Black with #38BAEA
Text Example
Text Example
White with #38BAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BAEA; }
p { color: rgb(56,186,234); }
H1.HeaderClassName
{
color: #38BAEA;
}
.AnyTagClassName
{
color: #38BAEA;
}
</style>
background-color css
<style>
a { background-color: #38BAEA; }
a { background-color: rgb(56,186,234); }
div.DivClassName
{
background-color: #38BAEA;
}
.BgClassName
{
background-color: #38BAEA;
}
</style>
border-color css
<style>
span { border-color: #38BAEA; }
span { border-color: rgb(56,186,234); }
td.TdClassName
{
border-color: #38BAEA;
}
.TagClassName
{
border-color: #38BAEA;
}
</style>