Shades of Summer Sky #38A8FD
Tints of Summer Sky #38A8FD
RGB
CMYK
RGB Variations
Color information
#38A8FD (or 0x38A8FD) is known color: Summer Sky. HEX triplet: 38, A8 and FD. RGB value is (56,168,253). Sum of RGB (Red+Green+Blue) = 56+168+253=477 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.74% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #38A8FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38A8FD is #C75702. Grayscale: #8F8F8F. Windows color (decimal): -13063939 or 16623672. OLE color: 16623672.
HSL color Cylindrical-coordinate representation of color #38A8FD: hue angle of 205.89º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38A8FD is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 168 | 253 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.01 |
| HSL | 205.89º | 0.98% | 0.61% | - |
| HSV(B) | 205.89º | 0.78% | 0.99% | - |
| XYZ | 33.36 | 35.94 | 98.11 | - |
| YUV | 144.2 | 189.39 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 168 | 253 | 0.78 | 0.34 | 0 | 0.01 | 205.89 | 0.98 | 0.61 |
| Hex | 38 | A8 | FD | 4E | 22 | 0 | 1 | CE | 62 | 3D |
| Octal | 70 | 250 | 375 | 116 | 42 | 0 | 1 | 316 | 142 | 75 |
| Binary | 111000 | 10101000 | 11111101 | 1001110 | 100010 | 0 | 1 | 11001110 | 1100010 | 111101 |
Color Harmonies of #38A8FD
Complementary color
Monochromatic Colors of #38A8FD
Black with #38A8FD
Text Example
Text Example
White with #38A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A8FD; }
p { color: rgb(56,168,253); }
H1.HeaderClassName
{
color: #38A8FD;
}
.AnyTagClassName
{
color: #38A8FD;
}
</style>
background-color css
<style>
a { background-color: #38A8FD; }
a { background-color: rgb(56,168,253); }
div.DivClassName
{
background-color: #38A8FD;
}
.BgClassName
{
background-color: #38A8FD;
}
</style>
border-color css
<style>
span { border-color: #38A8FD; }
span { border-color: rgb(56,168,253); }
td.TdClassName
{
border-color: #38A8FD;
}
.TagClassName
{
border-color: #38A8FD;
}
</style>