Shades of Summer Sky #38A7CA
Tints of Summer Sky #38A7CA
RGB
CMYK
RGB Variations
Color information
#38A7CA (or 0x38A7CA) is known color: Summer Sky. HEX triplet: 38, A7 and CA. RGB value is (56,167,202). Sum of RGB (Red+Green+Blue) = 56+167+202=425 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.18% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #38A7CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A7CA is #C75835. Grayscale: #898989. Windows color (decimal): -13064246 or 13281080. OLE color: 13281080.
HSL color Cylindrical-coordinate representation of color #38A7CA: hue angle of 194.38º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38A7CA is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 56 | 167 | 202 | - |
| CMYK | 0.72 | 0.17 | 0 | 0.21 |
| HSL | 194.38º | 0.58% | 0.51% | - |
| HSV(B) | 194.38º | 0.72% | 0.79% | - |
| XYZ | 26.11 | 32.74 | 60.82 | - |
| YUV | 137.8 | 164.23 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 167 | 202 | 0.72 | 0.17 | 0 | 0.21 | 194.38 | 0.58 | 0.51 |
| Hex | 38 | A7 | CA | 48 | 11 | 0 | 15 | C2 | 3A | 33 |
| Octal | 70 | 247 | 312 | 110 | 21 | 0 | 25 | 302 | 72 | 63 |
| Binary | 111000 | 10100111 | 11001010 | 1001000 | 10001 | 0 | 10101 | 11000010 | 111010 | 110011 |
Color Harmonies of #38A7CA
Complementary color
Monochromatic Colors of #38A7CA
Black with #38A7CA
Text Example
Text Example
White with #38A7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A7CA; }
p { color: rgb(56,167,202); }
H1.HeaderClassName
{
color: #38A7CA;
}
.AnyTagClassName
{
color: #38A7CA;
}
</style>
background-color css
<style>
a { background-color: #38A7CA; }
a { background-color: rgb(56,167,202); }
div.DivClassName
{
background-color: #38A7CA;
}
.BgClassName
{
background-color: #38A7CA;
}
</style>
border-color css
<style>
span { border-color: #38A7CA; }
span { border-color: rgb(56,167,202); }
td.TdClassName
{
border-color: #38A7CA;
}
.TagClassName
{
border-color: #38A7CA;
}
</style>