Shades of Summer Sky #38C7DF
Tints of Summer Sky #38C7DF
RGB
CMYK
RGB Variations
Color information
#38C7DF (or 0x38C7DF) is known color: Summer Sky. HEX triplet: 38, C7 and DF. RGB value is (56,199,223). Sum of RGB (Red+Green+Blue) = 56+199+223=478 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.72% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #38C7DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C7DF is #C73820. Grayscale: #9E9E9E. Windows color (decimal): -13056033 or 14665528. OLE color: 14665528.
HSL color Cylindrical-coordinate representation of color #38C7DF: hue angle of 188.62º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38C7DF is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 199 | 223 | - |
| CMYK | 0.75 | 0.11 | 0 | 0.13 |
| HSL | 188.62º | 0.72% | 0.55% | - |
| HSV(B) | 188.62º | 0.75% | 0.87% | - |
| XYZ | 35.37 | 47.02 | 77.02 | - |
| YUV | 158.98 | 164.12 | 54.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 199 | 223 | 0.75 | 0.11 | 0 | 0.13 | 188.62 | 0.72 | 0.55 |
| Hex | 38 | C7 | DF | 4B | B | 0 | D | BD | 48 | 37 |
| Octal | 70 | 307 | 337 | 113 | 13 | 0 | 15 | 275 | 110 | 67 |
| Binary | 111000 | 11000111 | 11011111 | 1001011 | 1011 | 0 | 1101 | 10111101 | 1001000 | 110111 |
Color Harmonies of #38C7DF
Complementary color
Monochromatic Colors of #38C7DF
Black with #38C7DF
Text Example
Text Example
White with #38C7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C7DF; }
p { color: rgb(56,199,223); }
H1.HeaderClassName
{
color: #38C7DF;
}
.AnyTagClassName
{
color: #38C7DF;
}
</style>
background-color css
<style>
a { background-color: #38C7DF; }
a { background-color: rgb(56,199,223); }
div.DivClassName
{
background-color: #38C7DF;
}
.BgClassName
{
background-color: #38C7DF;
}
</style>
border-color css
<style>
span { border-color: #38C7DF; }
span { border-color: rgb(56,199,223); }
td.TdClassName
{
border-color: #38C7DF;
}
.TagClassName
{
border-color: #38C7DF;
}
</style>