Shades of Summer Sky #38A8FE
Tints of Summer Sky #38A8FE
RGB
CMYK
RGB Variations
Color information
#38A8FE (or 0x38A8FE) is known color: Summer Sky. HEX triplet: 38, A8 and FE. RGB value is (56,168,254). Sum of RGB (Red+Green+Blue) = 56+168+254=478 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.72% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #38A8FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38A8FE is #C75701. Grayscale: #8F8F8F. Windows color (decimal): -13063938 or 16689208. OLE color: 16689208.
HSL color Cylindrical-coordinate representation of color #38A8FE: hue angle of 206.06º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38A8FE is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 168 | 254 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.00 |
| HSL | 206.06º | 0.99% | 0.61% | - |
| HSV(B) | 206.06º | 0.78% | 1% | - |
| XYZ | 33.52 | 36 | 98.95 | - |
| YUV | 144.32 | 189.89 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 168 | 254 | 0.78 | 0.34 | 0 | 0.00 | 206.06 | 0.99 | 0.61 |
| Hex | 38 | A8 | FE | 4E | 22 | 0 | 0 | CE | 63 | 3D |
| Octal | 70 | 250 | 376 | 116 | 42 | 0 | 0 | 316 | 143 | 75 |
| Binary | 111000 | 10101000 | 11111110 | 1001110 | 100010 | 0 | 0 | 11001110 | 1100011 | 111101 |
Color Harmonies of #38A8FE
Complementary color
Monochromatic Colors of #38A8FE
Black with #38A8FE
Text Example
Text Example
White with #38A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A8FE; }
p { color: rgb(56,168,254); }
H1.HeaderClassName
{
color: #38A8FE;
}
.AnyTagClassName
{
color: #38A8FE;
}
</style>
background-color css
<style>
a { background-color: #38A8FE; }
a { background-color: rgb(56,168,254); }
div.DivClassName
{
background-color: #38A8FE;
}
.BgClassName
{
background-color: #38A8FE;
}
</style>
border-color css
<style>
span { border-color: #38A8FE; }
span { border-color: rgb(56,168,254); }
td.TdClassName
{
border-color: #38A8FE;
}
.TagClassName
{
border-color: #38A8FE;
}
</style>