Shades of Summer Sky #38BBCE
Tints of Summer Sky #38BBCE
RGB
CMYK
RGB Variations
Color information
#38BBCE (or 0x38BBCE) is known color: Summer Sky. HEX triplet: 38, BB and CE. RGB value is (56,187,206). Sum of RGB (Red+Green+Blue) = 56+187+206=449 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.47% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #38BBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BBCE is #C74431. Grayscale: #959595. Windows color (decimal): -13059122 or 13548344. OLE color: 13548344.
HSL color Cylindrical-coordinate representation of color #38BBCE: hue angle of 187.6º 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 #38BBCE is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 187 | 206 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.19 |
| HSL | 187.6º | 0.6% | 0.51% | - |
| HSV(B) | 187.6º | 0.73% | 0.81% | - |
| XYZ | 30.54 | 40.84 | 64.67 | - |
| YUV | 150 | 159.6 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 187 | 206 | 0.73 | 0.09 | 0 | 0.19 | 187.6 | 0.6 | 0.51 |
| Hex | 38 | BB | CE | 49 | 9 | 0 | 13 | BC | 3C | 33 |
| Octal | 70 | 273 | 316 | 111 | 11 | 0 | 23 | 274 | 74 | 63 |
| Binary | 111000 | 10111011 | 11001110 | 1001001 | 1001 | 0 | 10011 | 10111100 | 111100 | 110011 |
Color Harmonies of #38BBCE
Complementary color
Monochromatic Colors of #38BBCE
Black with #38BBCE
Text Example
Text Example
White with #38BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BBCE; }
p { color: rgb(56,187,206); }
H1.HeaderClassName
{
color: #38BBCE;
}
.AnyTagClassName
{
color: #38BBCE;
}
</style>
background-color css
<style>
a { background-color: #38BBCE; }
a { background-color: rgb(56,187,206); }
div.DivClassName
{
background-color: #38BBCE;
}
.BgClassName
{
background-color: #38BBCE;
}
</style>
border-color css
<style>
span { border-color: #38BBCE; }
span { border-color: rgb(56,187,206); }
td.TdClassName
{
border-color: #38BBCE;
}
.TagClassName
{
border-color: #38BBCE;
}
</style>