Shades of Summer Sky #38A1DF
Tints of Summer Sky #38A1DF
RGB
CMYK
RGB Variations
Color information
#38A1DF (or 0x38A1DF) is known color: Summer Sky. HEX triplet: 38, A1 and DF. RGB value is (56,161,223). Sum of RGB (Red+Green+Blue) = 56+161+223=440 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.73% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #38A1DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A1DF is #C75E20. Grayscale: #888888. Windows color (decimal): -13065761 or 14655800. OLE color: 14655800.
HSL color Cylindrical-coordinate representation of color #38A1DF: hue angle of 202.28º 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 #38A1DF is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 161 | 223 | - |
| CMYK | 0.75 | 0.28 | 0 | 0.13 |
| HSL | 202.28º | 0.72% | 0.55% | - |
| HSV(B) | 202.28º | 0.75% | 0.87% | - |
| XYZ | 27.7 | 31.66 | 74.46 | - |
| YUV | 136.67 | 176.71 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 161 | 223 | 0.75 | 0.28 | 0 | 0.13 | 202.28 | 0.72 | 0.55 |
| Hex | 38 | A1 | DF | 4B | 1C | 0 | D | CA | 48 | 37 |
| Octal | 70 | 241 | 337 | 113 | 34 | 0 | 15 | 312 | 110 | 67 |
| Binary | 111000 | 10100001 | 11011111 | 1001011 | 11100 | 0 | 1101 | 11001010 | 1001000 | 110111 |
Color Harmonies of #38A1DF
Complementary color
Monochromatic Colors of #38A1DF
Black with #38A1DF
Text Example
Text Example
White with #38A1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A1DF; }
p { color: rgb(56,161,223); }
H1.HeaderClassName
{
color: #38A1DF;
}
.AnyTagClassName
{
color: #38A1DF;
}
</style>
background-color css
<style>
a { background-color: #38A1DF; }
a { background-color: rgb(56,161,223); }
div.DivClassName
{
background-color: #38A1DF;
}
.BgClassName
{
background-color: #38A1DF;
}
</style>
border-color css
<style>
span { border-color: #38A1DF; }
span { border-color: rgb(56,161,223); }
td.TdClassName
{
border-color: #38A1DF;
}
.TagClassName
{
border-color: #38A1DF;
}
</style>