Shades of Summer Sky #38C5DF
Tints of Summer Sky #38C5DF
RGB
CMYK
RGB Variations
Color information
#38C5DF (or 0x38C5DF) is known color: Summer Sky. HEX triplet: 38, C5 and DF. RGB value is (56,197,223). Sum of RGB (Red+Green+Blue) = 56+197+223=476 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.76% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #38C5DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C5DF is #C73A20. Grayscale: #9D9D9D. Windows color (decimal): -13056545 or 14665016. OLE color: 14665016.
HSL color Cylindrical-coordinate representation of color #38C5DF: hue angle of 189.34º 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 #38C5DF is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 197 | 223 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.13 |
| HSL | 189.34º | 0.72% | 0.55% | - |
| HSV(B) | 189.34º | 0.75% | 0.87% | - |
| XYZ | 34.92 | 46.1 | 76.87 | - |
| YUV | 157.81 | 164.79 | 55.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 197 | 223 | 0.75 | 0.12 | 0 | 0.13 | 189.34 | 0.72 | 0.55 |
| Hex | 38 | C5 | DF | 4B | C | 0 | D | BD | 48 | 37 |
| Octal | 70 | 305 | 337 | 113 | 14 | 0 | 15 | 275 | 110 | 67 |
| Binary | 111000 | 11000101 | 11011111 | 1001011 | 1100 | 0 | 1101 | 10111101 | 1001000 | 110111 |
Color Harmonies of #38C5DF
Complementary color
Monochromatic Colors of #38C5DF
Black with #38C5DF
Text Example
Text Example
White with #38C5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C5DF; }
p { color: rgb(56,197,223); }
H1.HeaderClassName
{
color: #38C5DF;
}
.AnyTagClassName
{
color: #38C5DF;
}
</style>
background-color css
<style>
a { background-color: #38C5DF; }
a { background-color: rgb(56,197,223); }
div.DivClassName
{
background-color: #38C5DF;
}
.BgClassName
{
background-color: #38C5DF;
}
</style>
border-color css
<style>
span { border-color: #38C5DF; }
span { border-color: rgb(56,197,223); }
td.TdClassName
{
border-color: #38C5DF;
}
.TagClassName
{
border-color: #38C5DF;
}
</style>