Shades of Summer Sky #38C2D9
Tints of Summer Sky #38C2D9
RGB
CMYK
RGB Variations
Color information
#38C2D9 (or 0x38C2D9) is known color: Summer Sky. HEX triplet: 38, C2 and D9. RGB value is (56,194,217). Sum of RGB (Red+Green+Blue) = 56+194+217=467 (61% of max value = 765). Red value is 56 (22.27% from 255 or 11.99% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 217 (85.16% from 255 or 46.47% from 467); Max value from RGB is 217 - color contains mainly: blue. Hex color #38C2D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C2D9 is #C73D26. Grayscale: #9B9B9B. Windows color (decimal): -13057319 or 14271032. OLE color: 14271032.
HSL color Cylindrical-coordinate representation of color #38C2D9: hue angle of 188.57º 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 #38C2D9 is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 194 | 217 | - |
| CMYK | 0.74 | 0.11 | 0 | 0.15 |
| HSL | 188.57º | 0.68% | 0.54% | - |
| HSV(B) | 188.57º | 0.74% | 0.85% | - |
| XYZ | 33.45 | 44.43 | 72.46 | - |
| YUV | 155.36 | 162.78 | 57.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 194 | 217 | 0.74 | 0.11 | 0 | 0.15 | 188.57 | 0.68 | 0.54 |
| Hex | 38 | C2 | D9 | 4A | B | 0 | F | BD | 44 | 36 |
| Octal | 70 | 302 | 331 | 112 | 13 | 0 | 17 | 275 | 104 | 66 |
| Binary | 111000 | 11000010 | 11011001 | 1001010 | 1011 | 0 | 1111 | 10111101 | 1000100 | 110110 |
Color Harmonies of #38C2D9
Complementary color
Monochromatic Colors of #38C2D9
Black with #38C2D9
Text Example
Text Example
White with #38C2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C2D9; }
p { color: rgb(56,194,217); }
H1.HeaderClassName
{
color: #38C2D9;
}
.AnyTagClassName
{
color: #38C2D9;
}
</style>
background-color css
<style>
a { background-color: #38C2D9; }
a { background-color: rgb(56,194,217); }
div.DivClassName
{
background-color: #38C2D9;
}
.BgClassName
{
background-color: #38C2D9;
}
</style>
border-color css
<style>
span { border-color: #38C2D9; }
span { border-color: rgb(56,194,217); }
td.TdClassName
{
border-color: #38C2D9;
}
.TagClassName
{
border-color: #38C2D9;
}
</style>