Shades of Summer Sky #38A2DC
Tints of Summer Sky #38A2DC
RGB
CMYK
RGB Variations
Color information
#38A2DC (or 0x38A2DC) is known color: Summer Sky. HEX triplet: 38, A2 and DC. RGB value is (56,162,220). Sum of RGB (Red+Green+Blue) = 56+162+220=438 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.79% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #38A2DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A2DC is #C75D23. Grayscale: #888888. Windows color (decimal): -13065508 or 14459448. OLE color: 14459448.
HSL color Cylindrical-coordinate representation of color #38A2DC: hue angle of 201.22º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38A2DC is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 162 | 220 | - |
| CMYK | 0.75 | 0.26 | 0 | 0.14 |
| HSL | 201.22º | 0.7% | 0.54% | - |
| HSV(B) | 201.22º | 0.75% | 0.86% | - |
| XYZ | 27.47 | 31.85 | 72.41 | - |
| YUV | 136.92 | 174.88 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 162 | 220 | 0.75 | 0.26 | 0 | 0.14 | 201.22 | 0.7 | 0.54 |
| Hex | 38 | A2 | DC | 4B | 1A | 0 | E | C9 | 46 | 36 |
| Octal | 70 | 242 | 334 | 113 | 32 | 0 | 16 | 311 | 106 | 66 |
| Binary | 111000 | 10100010 | 11011100 | 1001011 | 11010 | 0 | 1110 | 11001001 | 1000110 | 110110 |
Color Harmonies of #38A2DC
Complementary color
Monochromatic Colors of #38A2DC
Black with #38A2DC
Text Example
Text Example
White with #38A2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A2DC; }
p { color: rgb(56,162,220); }
H1.HeaderClassName
{
color: #38A2DC;
}
.AnyTagClassName
{
color: #38A2DC;
}
</style>
background-color css
<style>
a { background-color: #38A2DC; }
a { background-color: rgb(56,162,220); }
div.DivClassName
{
background-color: #38A2DC;
}
.BgClassName
{
background-color: #38A2DC;
}
</style>
border-color css
<style>
span { border-color: #38A2DC; }
span { border-color: rgb(56,162,220); }
td.TdClassName
{
border-color: #38A2DC;
}
.TagClassName
{
border-color: #38A2DC;
}
</style>