Shades of Summer Sky #38ABFF
Tints of Summer Sky #38ABFF
RGB
CMYK
RGB Variations
Color information
#38ABFF (or 0x38ABFF) is known color: Summer Sky. HEX triplet: 38, AB and FF. RGB value is (56,171,255). Sum of RGB (Red+Green+Blue) = 56+171+255=482 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.62% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #38ABFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38ABFF is #C75400. Grayscale: #919191. Windows color (decimal): -13063169 or 16755512. OLE color: 16755512.
HSL color Cylindrical-coordinate representation of color #38ABFF: hue angle of 205.33º 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 #38ABFF is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 171 | 255 | - |
| CMYK | 0.78 | 0.33 | 0 | 0 |
| HSL | 205.33º | 1% | 0.61% | - |
| HSV(B) | 205.33º | 0.78% | 1% | - |
| XYZ | 34.24 | 37.19 | 99.98 | - |
| YUV | 146.19 | 189.4 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 171 | 255 | 0.78 | 0.33 | 0 | 0 | 205.33 | 1 | 0.61 |
| Hex | 38 | AB | FF | 4E | 21 | 0 | 0 | CD | 64 | 3D |
| Octal | 70 | 253 | 377 | 116 | 41 | 0 | 0 | 315 | 144 | 75 |
| Binary | 111000 | 10101011 | 11111111 | 1001110 | 100001 | 0 | 0 | 11001101 | 1100100 | 111101 |
Color Harmonies of #38ABFF
Complementary color
Monochromatic Colors of #38ABFF
Black with #38ABFF
Text Example
Text Example
White with #38ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38ABFF; }
p { color: rgb(56,171,255); }
H1.HeaderClassName
{
color: #38ABFF;
}
.AnyTagClassName
{
color: #38ABFF;
}
</style>
background-color css
<style>
a { background-color: #38ABFF; }
a { background-color: rgb(56,171,255); }
div.DivClassName
{
background-color: #38ABFF;
}
.BgClassName
{
background-color: #38ABFF;
}
</style>
border-color css
<style>
span { border-color: #38ABFF; }
span { border-color: rgb(56,171,255); }
td.TdClassName
{
border-color: #38ABFF;
}
.TagClassName
{
border-color: #38ABFF;
}
</style>