Shades of Summer Sky #38D0EE
Tints of Summer Sky #38D0EE
RGB
CMYK
RGB Variations
Color information
#38D0EE (or 0x38D0EE) is known color: Summer Sky. HEX triplet: 38, D0 and EE. RGB value is (56,208,238). Sum of RGB (Red+Green+Blue) = 56+208+238=502 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.16% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #38D0EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38D0EE is #C72F11. Grayscale: #A5A5A5. Windows color (decimal): -13053714 or 15650872. OLE color: 15650872.
HSL color Cylindrical-coordinate representation of color #38D0EE: hue angle of 189.89º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38D0EE is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 208 | 238 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.07 |
| HSL | 189.89º | 0.84% | 0.58% | - |
| HSV(B) | 189.89º | 0.76% | 0.93% | - |
| XYZ | 39.62 | 52.13 | 88.86 | - |
| YUV | 165.97 | 168.64 | 49.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 208 | 238 | 0.76 | 0.13 | 0 | 0.07 | 189.89 | 0.84 | 0.58 |
| Hex | 38 | D0 | EE | 4C | D | 0 | 7 | BE | 54 | 3A |
| Octal | 70 | 320 | 356 | 114 | 15 | 0 | 7 | 276 | 124 | 72 |
| Binary | 111000 | 11010000 | 11101110 | 1001100 | 1101 | 0 | 111 | 10111110 | 1010100 | 111010 |
Color Harmonies of #38D0EE
Complementary color
Monochromatic Colors of #38D0EE
Black with #38D0EE
Text Example
Text Example
White with #38D0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D0EE; }
p { color: rgb(56,208,238); }
H1.HeaderClassName
{
color: #38D0EE;
}
.AnyTagClassName
{
color: #38D0EE;
}
</style>
background-color css
<style>
a { background-color: #38D0EE; }
a { background-color: rgb(56,208,238); }
div.DivClassName
{
background-color: #38D0EE;
}
.BgClassName
{
background-color: #38D0EE;
}
</style>
border-color css
<style>
span { border-color: #38D0EE; }
span { border-color: rgb(56,208,238); }
td.TdClassName
{
border-color: #38D0EE;
}
.TagClassName
{
border-color: #38D0EE;
}
</style>