Shades of Summer Sky #38AFDF
Tints of Summer Sky #38AFDF
RGB
CMYK
RGB Variations
Color information
#38AFDF (or 0x38AFDF) is known color: Summer Sky. HEX triplet: 38, AF and DF. RGB value is (56,175,223). Sum of RGB (Red+Green+Blue) = 56+175+223=454 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.33% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #38AFDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38AFDF is #C75020. Grayscale: #909090. Windows color (decimal): -13062177 or 14659384. OLE color: 14659384.
HSL color Cylindrical-coordinate representation of color #38AFDF: hue angle of 197.25º 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 #38AFDF is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 175 | 223 | - |
| CMYK | 0.75 | 0.22 | 0 | 0.13 |
| HSL | 197.25º | 0.72% | 0.55% | - |
| HSV(B) | 197.25º | 0.75% | 0.87% | - |
| XYZ | 30.28 | 36.83 | 75.32 | - |
| YUV | 144.89 | 172.08 | 64.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 175 | 223 | 0.75 | 0.22 | 0 | 0.13 | 197.25 | 0.72 | 0.55 |
| Hex | 38 | AF | DF | 4B | 16 | 0 | D | C5 | 48 | 37 |
| Octal | 70 | 257 | 337 | 113 | 26 | 0 | 15 | 305 | 110 | 67 |
| Binary | 111000 | 10101111 | 11011111 | 1001011 | 10110 | 0 | 1101 | 11000101 | 1001000 | 110111 |
Color Harmonies of #38AFDF
Complementary color
Monochromatic Colors of #38AFDF
Black with #38AFDF
Text Example
Text Example
White with #38AFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AFDF; }
p { color: rgb(56,175,223); }
H1.HeaderClassName
{
color: #38AFDF;
}
.AnyTagClassName
{
color: #38AFDF;
}
</style>
background-color css
<style>
a { background-color: #38AFDF; }
a { background-color: rgb(56,175,223); }
div.DivClassName
{
background-color: #38AFDF;
}
.BgClassName
{
background-color: #38AFDF;
}
</style>
border-color css
<style>
span { border-color: #38AFDF; }
span { border-color: rgb(56,175,223); }
td.TdClassName
{
border-color: #38AFDF;
}
.TagClassName
{
border-color: #38AFDF;
}
</style>