Shades of Summer Sky #38ADFD
Tints of Summer Sky #38ADFD
RGB
CMYK
RGB Variations
Color information
#38ADFD (or 0x38ADFD) is known color: Summer Sky. HEX triplet: 38, AD and FD. RGB value is (56,173,253). Sum of RGB (Red+Green+Blue) = 56+173+253=482 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.62% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #38ADFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38ADFD is #C75202. Grayscale: #929292. Windows color (decimal): -13062659 or 16624952. OLE color: 16624952.
HSL color Cylindrical-coordinate representation of color #38ADFD: hue angle of 204.37º 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 #38ADFD is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 173 | 253 | - |
| CMYK | 0.78 | 0.32 | 0 | 0.01 |
| HSL | 204.37º | 0.98% | 0.61% | - |
| HSV(B) | 204.37º | 0.78% | 0.99% | - |
| XYZ | 34.3 | 37.82 | 98.42 | - |
| YUV | 147.14 | 187.74 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 173 | 253 | 0.78 | 0.32 | 0 | 0.01 | 204.37 | 0.98 | 0.61 |
| Hex | 38 | AD | FD | 4E | 20 | 0 | 1 | CC | 62 | 3D |
| Octal | 70 | 255 | 375 | 116 | 40 | 0 | 1 | 314 | 142 | 75 |
| Binary | 111000 | 10101101 | 11111101 | 1001110 | 100000 | 0 | 1 | 11001100 | 1100010 | 111101 |
Color Harmonies of #38ADFD
Complementary color
Monochromatic Colors of #38ADFD
Black with #38ADFD
Text Example
Text Example
White with #38ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38ADFD; }
p { color: rgb(56,173,253); }
H1.HeaderClassName
{
color: #38ADFD;
}
.AnyTagClassName
{
color: #38ADFD;
}
</style>
background-color css
<style>
a { background-color: #38ADFD; }
a { background-color: rgb(56,173,253); }
div.DivClassName
{
background-color: #38ADFD;
}
.BgClassName
{
background-color: #38ADFD;
}
</style>
border-color css
<style>
span { border-color: #38ADFD; }
span { border-color: rgb(56,173,253); }
td.TdClassName
{
border-color: #38ADFD;
}
.TagClassName
{
border-color: #38ADFD;
}
</style>