Shades of Summer Sky #38CEED
Tints of Summer Sky #38CEED
RGB
CMYK
RGB Variations
Color information
#38CEED (or 0x38CEED) is known color: Summer Sky. HEX triplet: 38, CE and ED. RGB value is (56,206,237). Sum of RGB (Red+Green+Blue) = 56+206+237=499 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.22% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #38CEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38CEED is #C73112. Grayscale: #A4A4A4. Windows color (decimal): -13054227 or 15584824. OLE color: 15584824.
HSL color Cylindrical-coordinate representation of color #38CEED: hue angle of 190.28º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38CEED is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 206 | 237 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.07 |
| HSL | 190.28º | 0.83% | 0.57% | - |
| HSV(B) | 190.28º | 0.76% | 0.93% | - |
| XYZ | 38.99 | 51.1 | 87.93 | - |
| YUV | 164.68 | 168.81 | 50.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 206 | 237 | 0.76 | 0.13 | 0 | 0.07 | 190.28 | 0.83 | 0.57 |
| Hex | 38 | CE | ED | 4C | D | 0 | 7 | BE | 53 | 39 |
| Octal | 70 | 316 | 355 | 114 | 15 | 0 | 7 | 276 | 123 | 71 |
| Binary | 111000 | 11001110 | 11101101 | 1001100 | 1101 | 0 | 111 | 10111110 | 1010011 | 111001 |
Color Harmonies of #38CEED
Complementary color
Monochromatic Colors of #38CEED
Black with #38CEED
Text Example
Text Example
White with #38CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CEED; }
p { color: rgb(56,206,237); }
H1.HeaderClassName
{
color: #38CEED;
}
.AnyTagClassName
{
color: #38CEED;
}
</style>
background-color css
<style>
a { background-color: #38CEED; }
a { background-color: rgb(56,206,237); }
div.DivClassName
{
background-color: #38CEED;
}
.BgClassName
{
background-color: #38CEED;
}
</style>
border-color css
<style>
span { border-color: #38CEED; }
span { border-color: rgb(56,206,237); }
td.TdClassName
{
border-color: #38CEED;
}
.TagClassName
{
border-color: #38CEED;
}
</style>