Shades of Summer Sky #38C5F4
Tints of Summer Sky #38C5F4
RGB
CMYK
RGB Variations
Color information
#38C5F4 (or 0x38C5F4) is known color: Summer Sky. HEX triplet: 38, C5 and F4. RGB value is (56,197,244). Sum of RGB (Red+Green+Blue) = 56+197+244=497 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.27% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 244 (95.70% from 255 or 49.09% from 497); Max value from RGB is 244 - color contains mainly: blue. Hex color #38C5F4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38C5F4 is #C73A0B. Grayscale: #9F9F9F. Windows color (decimal): -13056524 or 16041272. OLE color: 16041272.
HSL color Cylindrical-coordinate representation of color #38C5F4: hue angle of 195º 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 #38C5F4 is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 197 | 244 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.04 |
| HSL | 195º | 0.9% | 0.59% | - |
| HSV(B) | 195º | 0.77% | 0.96% | - |
| XYZ | 37.93 | 47.3 | 92.72 | - |
| YUV | 160.2 | 175.29 | 53.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 197 | 244 | 0.77 | 0.19 | 0 | 0.04 | 195 | 0.9 | 0.59 |
| Hex | 38 | C5 | F4 | 4D | 13 | 0 | 4 | C3 | 5A | 3B |
| Octal | 70 | 305 | 364 | 115 | 23 | 0 | 4 | 303 | 132 | 73 |
| Binary | 111000 | 11000101 | 11110100 | 1001101 | 10011 | 0 | 100 | 11000011 | 1011010 | 111011 |
Color Harmonies of #38C5F4
Complementary color
Monochromatic Colors of #38C5F4
Black with #38C5F4
Text Example
Text Example
White with #38C5F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C5F4; }
p { color: rgb(56,197,244); }
H1.HeaderClassName
{
color: #38C5F4;
}
.AnyTagClassName
{
color: #38C5F4;
}
</style>
background-color css
<style>
a { background-color: #38C5F4; }
a { background-color: rgb(56,197,244); }
div.DivClassName
{
background-color: #38C5F4;
}
.BgClassName
{
background-color: #38C5F4;
}
</style>
border-color css
<style>
span { border-color: #38C5F4; }
span { border-color: rgb(56,197,244); }
td.TdClassName
{
border-color: #38C5F4;
}
.TagClassName
{
border-color: #38C5F4;
}
</style>