Shades of Summer Sky #38ADFE
Tints of Summer Sky #38ADFE
RGB
CMYK
RGB Variations
Color information
#38ADFE (or 0x38ADFE) is known color: Summer Sky. HEX triplet: 38, AD and FE. RGB value is (56,173,254). Sum of RGB (Red+Green+Blue) = 56+173+254=483 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.59% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #38ADFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38ADFE is #C75201. Grayscale: #929292. Windows color (decimal): -13062658 or 16690488. OLE color: 16690488.
HSL color Cylindrical-coordinate representation of color #38ADFE: hue angle of 204.55º 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 #38ADFE is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 173 | 254 | - |
| CMYK | 0.78 | 0.32 | 0 | 0.00 |
| HSL | 204.55º | 0.99% | 0.61% | - |
| HSV(B) | 204.55º | 0.78% | 1% | - |
| XYZ | 34.46 | 37.88 | 99.26 | - |
| YUV | 147.25 | 188.24 | 62.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 173 | 254 | 0.78 | 0.32 | 0 | 0.00 | 204.55 | 0.99 | 0.61 |
| Hex | 38 | AD | FE | 4E | 20 | 0 | 0 | CD | 63 | 3D |
| Octal | 70 | 255 | 376 | 116 | 40 | 0 | 0 | 315 | 143 | 75 |
| Binary | 111000 | 10101101 | 11111110 | 1001110 | 100000 | 0 | 0 | 11001101 | 1100011 | 111101 |
Color Harmonies of #38ADFE
Complementary color
Monochromatic Colors of #38ADFE
Black with #38ADFE
Text Example
Text Example
White with #38ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38ADFE; }
p { color: rgb(56,173,254); }
H1.HeaderClassName
{
color: #38ADFE;
}
.AnyTagClassName
{
color: #38ADFE;
}
</style>
background-color css
<style>
a { background-color: #38ADFE; }
a { background-color: rgb(56,173,254); }
div.DivClassName
{
background-color: #38ADFE;
}
.BgClassName
{
background-color: #38ADFE;
}
</style>
border-color css
<style>
span { border-color: #38ADFE; }
span { border-color: rgb(56,173,254); }
td.TdClassName
{
border-color: #38ADFE;
}
.TagClassName
{
border-color: #38ADFE;
}
</style>