Shades of Summer Sky #38C5FF
Tints of Summer Sky #38C5FF
RGB
CMYK
RGB Variations
Color information
#38C5FF (or 0x38C5FF) is known color: Summer Sky. HEX triplet: 38, C5 and FF. RGB value is (56,197,255). Sum of RGB (Red+Green+Blue) = 56+197+255=508 (67% of max value = 765). Red value is 56 (22.27% from 255 or 11.02% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #38C5FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38C5FF is #C73A00. Grayscale: #A1A1A1. Windows color (decimal): -13056513 or 16762168. OLE color: 16762168.
HSL color Cylindrical-coordinate representation of color #38C5FF: hue angle of 197.49º 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 #38C5FF is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 197 | 255 | - |
| CMYK | 0.78 | 0.23 | 0 | 0 |
| HSL | 197.49º | 1% | 0.61% | - |
| HSV(B) | 197.49º | 0.78% | 1% | - |
| XYZ | 39.65 | 47.99 | 101.78 | - |
| YUV | 161.45 | 180.79 | 52.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 197 | 255 | 0.78 | 0.23 | 0 | 0 | 197.49 | 1 | 0.61 |
| Hex | 38 | C5 | FF | 4E | 17 | 0 | 0 | C5 | 64 | 3D |
| Octal | 70 | 305 | 377 | 116 | 27 | 0 | 0 | 305 | 144 | 75 |
| Binary | 111000 | 11000101 | 11111111 | 1001110 | 10111 | 0 | 0 | 11000101 | 1100100 | 111101 |
Color Harmonies of #38C5FF
Complementary color
Monochromatic Colors of #38C5FF
Black with #38C5FF
Text Example
Text Example
White with #38C5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C5FF; }
p { color: rgb(56,197,255); }
H1.HeaderClassName
{
color: #38C5FF;
}
.AnyTagClassName
{
color: #38C5FF;
}
</style>
background-color css
<style>
a { background-color: #38C5FF; }
a { background-color: rgb(56,197,255); }
div.DivClassName
{
background-color: #38C5FF;
}
.BgClassName
{
background-color: #38C5FF;
}
</style>
border-color css
<style>
span { border-color: #38C5FF; }
span { border-color: rgb(56,197,255); }
td.TdClassName
{
border-color: #38C5FF;
}
.TagClassName
{
border-color: #38C5FF;
}
</style>