Shades of Summer Sky #38C0D2
Tints of Summer Sky #38C0D2
RGB
CMYK
RGB Variations
Color information
#38C0D2 (or 0x38C0D2) is known color: Summer Sky. HEX triplet: 38, C0 and D2. RGB value is (56,192,210). Sum of RGB (Red+Green+Blue) = 56+192+210=458 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.23% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 210 (82.42% from 255 or 45.85% from 458); Max value from RGB is 210 - color contains mainly: blue. Hex color #38C0D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C0D2 is #C73F2D. Grayscale: #999999. Windows color (decimal): -13057838 or 13811768. OLE color: 13811768.
HSL color Cylindrical-coordinate representation of color #38C0D2: hue angle of 187.01º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38C0D2 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 192 | 210 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.18 |
| HSL | 187.01º | 0.63% | 0.52% | - |
| HSV(B) | 187.01º | 0.73% | 0.82% | - |
| XYZ | 32.11 | 43.19 | 67.62 | - |
| YUV | 153.39 | 159.94 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 192 | 210 | 0.73 | 0.09 | 0 | 0.18 | 187.01 | 0.63 | 0.52 |
| Hex | 38 | C0 | D2 | 49 | 9 | 0 | 12 | BB | 3F | 34 |
| Octal | 70 | 300 | 322 | 111 | 11 | 0 | 22 | 273 | 77 | 64 |
| Binary | 111000 | 11000000 | 11010010 | 1001001 | 1001 | 0 | 10010 | 10111011 | 111111 | 110100 |
Color Harmonies of #38C0D2
Complementary color
Monochromatic Colors of #38C0D2
Black with #38C0D2
Text Example
Text Example
White with #38C0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C0D2; }
p { color: rgb(56,192,210); }
H1.HeaderClassName
{
color: #38C0D2;
}
.AnyTagClassName
{
color: #38C0D2;
}
</style>
background-color css
<style>
a { background-color: #38C0D2; }
a { background-color: rgb(56,192,210); }
div.DivClassName
{
background-color: #38C0D2;
}
.BgClassName
{
background-color: #38C0D2;
}
</style>
border-color css
<style>
span { border-color: #38C0D2; }
span { border-color: rgb(56,192,210); }
td.TdClassName
{
border-color: #38C0D2;
}
.TagClassName
{
border-color: #38C0D2;
}
</style>