Shades of Summer Sky #38D8FF
Tints of Summer Sky #38D8FF
RGB
CMYK
RGB Variations
Color information
#38D8FF (or 0x38D8FF) is known color: Summer Sky. HEX triplet: 38, D8 and FF. RGB value is (56,216,255). Sum of RGB (Red+Green+Blue) = 56+216+255=527 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.63% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #38D8FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38D8FF is #C72700. Grayscale: #ACACAC. Windows color (decimal): -13051649 or 16767032. OLE color: 16767032.
HSL color Cylindrical-coordinate representation of color #38D8FF: hue angle of 191.76º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38D8FF is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 216 | 255 | - |
| CMYK | 0.78 | 0.15 | 0 | 0 |
| HSL | 191.76º | 1% | 0.61% | - |
| HSV(B) | 191.76º | 0.78% | 1% | - |
| XYZ | 44.24 | 57.17 | 103.31 | - |
| YUV | 172.61 | 174.49 | 44.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 216 | 255 | 0.78 | 0.15 | 0 | 0 | 191.76 | 1 | 0.61 |
| Hex | 38 | D8 | FF | 4E | F | 0 | 0 | C0 | 64 | 3D |
| Octal | 70 | 330 | 377 | 116 | 17 | 0 | 0 | 300 | 144 | 75 |
| Binary | 111000 | 11011000 | 11111111 | 1001110 | 1111 | 0 | 0 | 11000000 | 1100100 | 111101 |
Color Harmonies of #38D8FF
Complementary color
Monochromatic Colors of #38D8FF
Black with #38D8FF
Text Example
Text Example
White with #38D8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D8FF; }
p { color: rgb(56,216,255); }
H1.HeaderClassName
{
color: #38D8FF;
}
.AnyTagClassName
{
color: #38D8FF;
}
</style>
background-color css
<style>
a { background-color: #38D8FF; }
a { background-color: rgb(56,216,255); }
div.DivClassName
{
background-color: #38D8FF;
}
.BgClassName
{
background-color: #38D8FF;
}
</style>
border-color css
<style>
span { border-color: #38D8FF; }
span { border-color: rgb(56,216,255); }
td.TdClassName
{
border-color: #38D8FF;
}
.TagClassName
{
border-color: #38D8FF;
}
</style>