Shades of Summer Sky #38CEF1
Tints of Summer Sky #38CEF1
RGB
CMYK
RGB Variations
Color information
#38CEF1 (or 0x38CEF1) is known color: Summer Sky. HEX triplet: 38, CE and F1. RGB value is (56,206,241). Sum of RGB (Red+Green+Blue) = 56+206+241=503 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.13% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #38CEF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38CEF1 is #C7310E. Grayscale: #A4A4A4. Windows color (decimal): -13054223 or 15846968. OLE color: 15846968.
HSL color Cylindrical-coordinate representation of color #38CEF1: hue angle of 191.35º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38CEF1 is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 206 | 241 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.05 |
| HSL | 191.35º | 0.87% | 0.58% | - |
| HSV(B) | 191.35º | 0.77% | 0.95% | - |
| XYZ | 39.58 | 51.33 | 91.04 | - |
| YUV | 165.14 | 170.81 | 50.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 206 | 241 | 0.77 | 0.15 | 0 | 0.05 | 191.35 | 0.87 | 0.58 |
| Hex | 38 | CE | F1 | 4D | F | 0 | 5 | BF | 57 | 3A |
| Octal | 70 | 316 | 361 | 115 | 17 | 0 | 5 | 277 | 127 | 72 |
| Binary | 111000 | 11001110 | 11110001 | 1001101 | 1111 | 0 | 101 | 10111111 | 1010111 | 111010 |
Color Harmonies of #38CEF1
Complementary color
Monochromatic Colors of #38CEF1
Black with #38CEF1
Text Example
Text Example
White with #38CEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CEF1; }
p { color: rgb(56,206,241); }
H1.HeaderClassName
{
color: #38CEF1;
}
.AnyTagClassName
{
color: #38CEF1;
}
</style>
background-color css
<style>
a { background-color: #38CEF1; }
a { background-color: rgb(56,206,241); }
div.DivClassName
{
background-color: #38CEF1;
}
.BgClassName
{
background-color: #38CEF1;
}
</style>
border-color css
<style>
span { border-color: #38CEF1; }
span { border-color: rgb(56,206,241); }
td.TdClassName
{
border-color: #38CEF1;
}
.TagClassName
{
border-color: #38CEF1;
}
</style>