Shades of Summer Sky #38CEFF
Tints of Summer Sky #38CEFF
RGB
CMYK
RGB Variations
Color information
#38CEFF (or 0x38CEFF) is known color: Summer Sky. HEX triplet: 38, CE and FF. RGB value is (56,206,255). Sum of RGB (Red+Green+Blue) = 56+206+255=517 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.83% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #38CEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38CEFF is #C73100. Grayscale: #A6A6A6. Windows color (decimal): -13054209 or 16764472. OLE color: 16764472.
HSL color Cylindrical-coordinate representation of color #38CEFF: hue angle of 194.77º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38CEFF is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 206 | 255 | - |
| CMYK | 0.78 | 0.19 | 0 | 0 |
| HSL | 194.77º | 1% | 0.61% | - |
| HSV(B) | 194.77º | 0.78% | 1% | - |
| XYZ | 41.75 | 52.2 | 102.48 | - |
| YUV | 166.74 | 177.81 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 206 | 255 | 0.78 | 0.19 | 0 | 0 | 194.77 | 1 | 0.61 |
| Hex | 38 | CE | FF | 4E | 13 | 0 | 0 | C3 | 64 | 3D |
| Octal | 70 | 316 | 377 | 116 | 23 | 0 | 0 | 303 | 144 | 75 |
| Binary | 111000 | 11001110 | 11111111 | 1001110 | 10011 | 0 | 0 | 11000011 | 1100100 | 111101 |
Color Harmonies of #38CEFF
Complementary color
Monochromatic Colors of #38CEFF
Black with #38CEFF
Text Example
Text Example
White with #38CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CEFF; }
p { color: rgb(56,206,255); }
H1.HeaderClassName
{
color: #38CEFF;
}
.AnyTagClassName
{
color: #38CEFF;
}
</style>
background-color css
<style>
a { background-color: #38CEFF; }
a { background-color: rgb(56,206,255); }
div.DivClassName
{
background-color: #38CEFF;
}
.BgClassName
{
background-color: #38CEFF;
}
</style>
border-color css
<style>
span { border-color: #38CEFF; }
span { border-color: rgb(56,206,255); }
td.TdClassName
{
border-color: #38CEFF;
}
.TagClassName
{
border-color: #38CEFF;
}
</style>