Shades of Summer Sky #38B5CE
Tints of Summer Sky #38B5CE
RGB
CMYK
RGB Variations
Color information
#38B5CE (or 0x38B5CE) is known color: Summer Sky. HEX triplet: 38, B5 and CE. RGB value is (56,181,206). Sum of RGB (Red+Green+Blue) = 56+181+206=443 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.64% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #38B5CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38B5CE is #C74A31. Grayscale: #929292. Windows color (decimal): -13060658 or 13546808. OLE color: 13546808.
HSL color Cylindrical-coordinate representation of color #38B5CE: hue angle of 190º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38B5CE is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 181 | 206 | - |
| CMYK | 0.73 | 0.12 | 0 | 0.19 |
| HSL | 190º | 0.6% | 0.51% | - |
| HSV(B) | 190º | 0.73% | 0.81% | - |
| XYZ | 29.3 | 38.34 | 64.25 | - |
| YUV | 146.48 | 161.59 | 63.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 181 | 206 | 0.73 | 0.12 | 0 | 0.19 | 190 | 0.6 | 0.51 |
| Hex | 38 | B5 | CE | 49 | C | 0 | 13 | BE | 3C | 33 |
| Octal | 70 | 265 | 316 | 111 | 14 | 0 | 23 | 276 | 74 | 63 |
| Binary | 111000 | 10110101 | 11001110 | 1001001 | 1100 | 0 | 10011 | 10111110 | 111100 | 110011 |
Color Harmonies of #38B5CE
Complementary color
Monochromatic Colors of #38B5CE
Black with #38B5CE
Text Example
Text Example
White with #38B5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B5CE; }
p { color: rgb(56,181,206); }
H1.HeaderClassName
{
color: #38B5CE;
}
.AnyTagClassName
{
color: #38B5CE;
}
</style>
background-color css
<style>
a { background-color: #38B5CE; }
a { background-color: rgb(56,181,206); }
div.DivClassName
{
background-color: #38B5CE;
}
.BgClassName
{
background-color: #38B5CE;
}
</style>
border-color css
<style>
span { border-color: #38B5CE; }
span { border-color: rgb(56,181,206); }
td.TdClassName
{
border-color: #38B5CE;
}
.TagClassName
{
border-color: #38B5CE;
}
</style>