Shades of Summer Sky #38CFF6
Tints of Summer Sky #38CFF6
RGB
CMYK
RGB Variations
Color information
#38CFF6 (or 0x38CFF6) is known color: Summer Sky. HEX triplet: 38, CF and F6. RGB value is (56,207,246). Sum of RGB (Red+Green+Blue) = 56+207+246=509 (67% of max value = 765). Red value is 56 (22.27% from 255 or 11.00% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 246 (96.48% from 255 or 48.33% from 509); Max value from RGB is 246 - color contains mainly: blue. Hex color #38CFF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38CFF6 is #C73009. Grayscale: #A5A5A5. Windows color (decimal): -13053962 or 16174904. OLE color: 16174904.
HSL color Cylindrical-coordinate representation of color #38CFF6: hue angle of 192.32º degrees, saturation: 0.91, 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 #38CFF6 is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 207 | 246 | - |
| CMYK | 0.77 | 0.16 | 0 | 0.04 |
| HSL | 192.32º | 0.91% | 0.59% | - |
| HSV(B) | 192.32º | 0.77% | 0.96% | - |
| XYZ | 40.58 | 52.12 | 95.11 | - |
| YUV | 166.3 | 172.97 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 207 | 246 | 0.77 | 0.16 | 0 | 0.04 | 192.32 | 0.91 | 0.59 |
| Hex | 38 | CF | F6 | 4D | 10 | 0 | 4 | C0 | 5B | 3B |
| Octal | 70 | 317 | 366 | 115 | 20 | 0 | 4 | 300 | 133 | 73 |
| Binary | 111000 | 11001111 | 11110110 | 1001101 | 10000 | 0 | 100 | 11000000 | 1011011 | 111011 |
Color Harmonies of #38CFF6
Complementary color
Monochromatic Colors of #38CFF6
Black with #38CFF6
Text Example
Text Example
White with #38CFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CFF6; }
p { color: rgb(56,207,246); }
H1.HeaderClassName
{
color: #38CFF6;
}
.AnyTagClassName
{
color: #38CFF6;
}
</style>
background-color css
<style>
a { background-color: #38CFF6; }
a { background-color: rgb(56,207,246); }
div.DivClassName
{
background-color: #38CFF6;
}
.BgClassName
{
background-color: #38CFF6;
}
</style>
border-color css
<style>
span { border-color: #38CFF6; }
span { border-color: rgb(56,207,246); }
td.TdClassName
{
border-color: #38CFF6;
}
.TagClassName
{
border-color: #38CFF6;
}
</style>