Shades of Summer Sky #38ACF4
Tints of Summer Sky #38ACF4
RGB
CMYK
RGB Variations
Color information
#38ACF4 (or 0x38ACF4) is known color: Summer Sky. HEX triplet: 38, AC and F4. RGB value is (56,172,244). Sum of RGB (Red+Green+Blue) = 56+172+244=472 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.86% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 244 (95.70% from 255 or 51.69% from 472); Max value from RGB is 244 - color contains mainly: blue. Hex color #38ACF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38ACF4 is #C7530B. Grayscale: #919191. Windows color (decimal): -13062924 or 16034872. OLE color: 16034872.
HSL color Cylindrical-coordinate representation of color #38ACF4: hue angle of 202.98º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38ACF4 is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 172 | 244 | - |
| CMYK | 0.77 | 0.30 | 0 | 0.04 |
| HSL | 202.98º | 0.9% | 0.59% | - |
| HSV(B) | 202.98º | 0.77% | 0.96% | - |
| XYZ | 32.71 | 36.88 | 90.98 | - |
| YUV | 145.52 | 183.57 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 172 | 244 | 0.77 | 0.30 | 0 | 0.04 | 202.98 | 0.9 | 0.59 |
| Hex | 38 | AC | F4 | 4D | 1E | 0 | 4 | CB | 5A | 3B |
| Octal | 70 | 254 | 364 | 115 | 36 | 0 | 4 | 313 | 132 | 73 |
| Binary | 111000 | 10101100 | 11110100 | 1001101 | 11110 | 0 | 100 | 11001011 | 1011010 | 111011 |
Color Harmonies of #38ACF4
Complementary color
Monochromatic Colors of #38ACF4
Black with #38ACF4
Text Example
Text Example
White with #38ACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38ACF4; }
p { color: rgb(56,172,244); }
H1.HeaderClassName
{
color: #38ACF4;
}
.AnyTagClassName
{
color: #38ACF4;
}
</style>
background-color css
<style>
a { background-color: #38ACF4; }
a { background-color: rgb(56,172,244); }
div.DivClassName
{
background-color: #38ACF4;
}
.BgClassName
{
background-color: #38ACF4;
}
</style>
border-color css
<style>
span { border-color: #38ACF4; }
span { border-color: rgb(56,172,244); }
td.TdClassName
{
border-color: #38ACF4;
}
.TagClassName
{
border-color: #38ACF4;
}
</style>