Shades of Summer Sky #38C2E5
Tints of Summer Sky #38C2E5
RGB
CMYK
RGB Variations
Color information
#38C2E5 (or 0x38C2E5) is known color: Summer Sky. HEX triplet: 38, C2 and E5. RGB value is (56,194,229). Sum of RGB (Red+Green+Blue) = 56+194+229=479 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.69% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 229 (89.84% from 255 or 47.81% from 479); Max value from RGB is 229 - color contains mainly: blue. Hex color #38C2E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C2E5 is #C73D1A. Grayscale: #9C9C9C. Windows color (decimal): -13057307 or 15057464. OLE color: 15057464.
HSL color Cylindrical-coordinate representation of color #38C2E5: hue angle of 192.14º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38C2E5 is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 194 | 229 | - |
| CMYK | 0.76 | 0.15 | 0 | 0.10 |
| HSL | 192.14º | 0.77% | 0.56% | - |
| HSV(B) | 192.14º | 0.76% | 0.9% | - |
| XYZ | 35.07 | 45.08 | 80.98 | - |
| YUV | 156.73 | 168.78 | 56.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 194 | 229 | 0.76 | 0.15 | 0 | 0.10 | 192.14 | 0.77 | 0.56 |
| Hex | 38 | C2 | E5 | 4C | F | 0 | A | C0 | 4D | 38 |
| Octal | 70 | 302 | 345 | 114 | 17 | 0 | 12 | 300 | 115 | 70 |
| Binary | 111000 | 11000010 | 11100101 | 1001100 | 1111 | 0 | 1010 | 11000000 | 1001101 | 111000 |
Color Harmonies of #38C2E5
Complementary color
Monochromatic Colors of #38C2E5
Black with #38C2E5
Text Example
Text Example
White with #38C2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C2E5; }
p { color: rgb(56,194,229); }
H1.HeaderClassName
{
color: #38C2E5;
}
.AnyTagClassName
{
color: #38C2E5;
}
</style>
background-color css
<style>
a { background-color: #38C2E5; }
a { background-color: rgb(56,194,229); }
div.DivClassName
{
background-color: #38C2E5;
}
.BgClassName
{
background-color: #38C2E5;
}
</style>
border-color css
<style>
span { border-color: #38C2E5; }
span { border-color: rgb(56,194,229); }
td.TdClassName
{
border-color: #38C2E5;
}
.TagClassName
{
border-color: #38C2E5;
}
</style>