Shades of Summer Sky #38CCF4
Tints of Summer Sky #38CCF4
RGB
CMYK
RGB Variations
Color information
#38CCF4 (or 0x38CCF4) is known color: Summer Sky. HEX triplet: 38, CC and F4. RGB value is (56,204,244). Sum of RGB (Red+Green+Blue) = 56+204+244=504 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.11% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 244 (95.70% from 255 or 48.41% from 504); Max value from RGB is 244 - color contains mainly: blue. Hex color #38CCF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38CCF4 is #C7330B. Grayscale: #A4A4A4. Windows color (decimal): -13054732 or 16043064. OLE color: 16043064.
HSL color Cylindrical-coordinate representation of color #38CCF4: hue angle of 192.77º 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 #38CCF4 is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 204 | 244 | - |
| CMYK | 0.77 | 0.16 | 0 | 0.04 |
| HSL | 192.77º | 0.9% | 0.59% | - |
| HSV(B) | 192.77º | 0.77% | 0.96% | - |
| XYZ | 39.55 | 50.56 | 93.26 | - |
| YUV | 164.31 | 172.97 | 50.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 204 | 244 | 0.77 | 0.16 | 0 | 0.04 | 192.77 | 0.9 | 0.59 |
| Hex | 38 | CC | F4 | 4D | 10 | 0 | 4 | C1 | 5A | 3B |
| Octal | 70 | 314 | 364 | 115 | 20 | 0 | 4 | 301 | 132 | 73 |
| Binary | 111000 | 11001100 | 11110100 | 1001101 | 10000 | 0 | 100 | 11000001 | 1011010 | 111011 |
Color Harmonies of #38CCF4
Complementary color
Monochromatic Colors of #38CCF4
Black with #38CCF4
Text Example
Text Example
White with #38CCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CCF4; }
p { color: rgb(56,204,244); }
H1.HeaderClassName
{
color: #38CCF4;
}
.AnyTagClassName
{
color: #38CCF4;
}
</style>
background-color css
<style>
a { background-color: #38CCF4; }
a { background-color: rgb(56,204,244); }
div.DivClassName
{
background-color: #38CCF4;
}
.BgClassName
{
background-color: #38CCF4;
}
</style>
border-color css
<style>
span { border-color: #38CCF4; }
span { border-color: rgb(56,204,244); }
td.TdClassName
{
border-color: #38CCF4;
}
.TagClassName
{
border-color: #38CCF4;
}
</style>