Shades of Summer Sky #38BED9
Tints of Summer Sky #38BED9
RGB
CMYK
RGB Variations
Color information
#38BED9 (or 0x38BED9) is known color: Summer Sky. HEX triplet: 38, BE and D9. RGB value is (56,190,217). Sum of RGB (Red+Green+Blue) = 56+190+217=463 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.10% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 217 (85.16% from 255 or 46.87% from 463); Max value from RGB is 217 - color contains mainly: blue. Hex color #38BED9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BED9 is #C74126. Grayscale: #989898. Windows color (decimal): -13058343 or 14270008. OLE color: 14270008.
HSL color Cylindrical-coordinate representation of color #38BED9: hue angle of 190.06º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38BED9 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 190 | 217 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.15 |
| HSL | 190.06º | 0.68% | 0.54% | - |
| HSV(B) | 190.06º | 0.74% | 0.85% | - |
| XYZ | 32.57 | 42.68 | 72.17 | - |
| YUV | 153.01 | 164.11 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 190 | 217 | 0.74 | 0.12 | 0 | 0.15 | 190.06 | 0.68 | 0.54 |
| Hex | 38 | BE | D9 | 4A | C | 0 | F | BE | 44 | 36 |
| Octal | 70 | 276 | 331 | 112 | 14 | 0 | 17 | 276 | 104 | 66 |
| Binary | 111000 | 10111110 | 11011001 | 1001010 | 1100 | 0 | 1111 | 10111110 | 1000100 | 110110 |
Color Harmonies of #38BED9
Complementary color
Monochromatic Colors of #38BED9
Black with #38BED9
Text Example
Text Example
White with #38BED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BED9; }
p { color: rgb(56,190,217); }
H1.HeaderClassName
{
color: #38BED9;
}
.AnyTagClassName
{
color: #38BED9;
}
</style>
background-color css
<style>
a { background-color: #38BED9; }
a { background-color: rgb(56,190,217); }
div.DivClassName
{
background-color: #38BED9;
}
.BgClassName
{
background-color: #38BED9;
}
</style>
border-color css
<style>
span { border-color: #38BED9; }
span { border-color: rgb(56,190,217); }
td.TdClassName
{
border-color: #38BED9;
}
.TagClassName
{
border-color: #38BED9;
}
</style>