Shades of Summer Sky #38BBCD
Tints of Summer Sky #38BBCD
RGB
CMYK
RGB Variations
Color information
#38BBCD (or 0x38BBCD) is known color: Summer Sky. HEX triplet: 38, BB and CD. RGB value is (56,187,205). Sum of RGB (Red+Green+Blue) = 56+187+205=448 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.5% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #38BBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BBCD is #C74432. Grayscale: #959595. Windows color (decimal): -13059123 or 13482808. OLE color: 13482808.
HSL color Cylindrical-coordinate representation of color #38BBCD: hue angle of 187.25º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38BBCD is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 187 | 205 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.20 |
| HSL | 187.25º | 0.6% | 0.51% | - |
| HSV(B) | 187.25º | 0.73% | 0.8% | - |
| XYZ | 30.42 | 40.79 | 64.03 | - |
| YUV | 149.88 | 159.1 | 61.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 187 | 205 | 0.73 | 0.09 | 0 | 0.20 | 187.25 | 0.6 | 0.51 |
| Hex | 38 | BB | CD | 49 | 9 | 0 | 14 | BB | 3C | 33 |
| Octal | 70 | 273 | 315 | 111 | 11 | 0 | 24 | 273 | 74 | 63 |
| Binary | 111000 | 10111011 | 11001101 | 1001001 | 1001 | 0 | 10100 | 10111011 | 111100 | 110011 |
Color Harmonies of #38BBCD
Complementary color
Monochromatic Colors of #38BBCD
Black with #38BBCD
Text Example
Text Example
White with #38BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BBCD; }
p { color: rgb(56,187,205); }
H1.HeaderClassName
{
color: #38BBCD;
}
.AnyTagClassName
{
color: #38BBCD;
}
</style>
background-color css
<style>
a { background-color: #38BBCD; }
a { background-color: rgb(56,187,205); }
div.DivClassName
{
background-color: #38BBCD;
}
.BgClassName
{
background-color: #38BBCD;
}
</style>
border-color css
<style>
span { border-color: #38BBCD; }
span { border-color: rgb(56,187,205); }
td.TdClassName
{
border-color: #38BBCD;
}
.TagClassName
{
border-color: #38BBCD;
}
</style>