Shades of Summer Sky #38CEFD
Tints of Summer Sky #38CEFD
RGB
CMYK
RGB Variations
Color information
#38CEFD (or 0x38CEFD) is known color: Summer Sky. HEX triplet: 38, CE and FD. RGB value is (56,206,253). Sum of RGB (Red+Green+Blue) = 56+206+253=515 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.87% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #38CEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38CEFD is #C73102. Grayscale: #A6A6A6. Windows color (decimal): -13054211 or 16633400. OLE color: 16633400.
HSL color Cylindrical-coordinate representation of color #38CEFD: hue angle of 194.31º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38CEFD is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 206 | 253 | - |
| CMYK | 0.78 | 0.19 | 0 | 0.01 |
| HSL | 194.31º | 0.98% | 0.61% | - |
| HSV(B) | 194.31º | 0.78% | 0.99% | - |
| XYZ | 41.43 | 52.08 | 100.8 | - |
| YUV | 166.51 | 176.81 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 206 | 253 | 0.78 | 0.19 | 0 | 0.01 | 194.31 | 0.98 | 0.61 |
| Hex | 38 | CE | FD | 4E | 13 | 0 | 1 | C2 | 62 | 3D |
| Octal | 70 | 316 | 375 | 116 | 23 | 0 | 1 | 302 | 142 | 75 |
| Binary | 111000 | 11001110 | 11111101 | 1001110 | 10011 | 0 | 1 | 11000010 | 1100010 | 111101 |
Color Harmonies of #38CEFD
Complementary color
Monochromatic Colors of #38CEFD
Black with #38CEFD
Text Example
Text Example
White with #38CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CEFD; }
p { color: rgb(56,206,253); }
H1.HeaderClassName
{
color: #38CEFD;
}
.AnyTagClassName
{
color: #38CEFD;
}
</style>
background-color css
<style>
a { background-color: #38CEFD; }
a { background-color: rgb(56,206,253); }
div.DivClassName
{
background-color: #38CEFD;
}
.BgClassName
{
background-color: #38CEFD;
}
</style>
border-color css
<style>
span { border-color: #38CEFD; }
span { border-color: rgb(56,206,253); }
td.TdClassName
{
border-color: #38CEFD;
}
.TagClassName
{
border-color: #38CEFD;
}
</style>