Shades of Summer Sky #38CDFF
Tints of Summer Sky #38CDFF
RGB
CMYK
RGB Variations
Color information
#38CDFF (or 0x38CDFF) is known color: Summer Sky. HEX triplet: 38, CD and FF. RGB value is (56,205,255). Sum of RGB (Red+Green+Blue) = 56+205+255=516 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.85% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #38CDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38CDFF is #C73200. Grayscale: #A5A5A5. Windows color (decimal): -13054465 or 16764216. OLE color: 16764216.
HSL color Cylindrical-coordinate representation of color #38CDFF: hue angle of 195.08º 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 #38CDFF is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 205 | 255 | - |
| CMYK | 0.78 | 0.20 | 0 | 0 |
| HSL | 195.08º | 1% | 0.61% | - |
| HSV(B) | 195.08º | 0.78% | 1% | - |
| XYZ | 41.51 | 51.72 | 102.4 | - |
| YUV | 166.15 | 178.14 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 205 | 255 | 0.78 | 0.20 | 0 | 0 | 195.08 | 1 | 0.61 |
| Hex | 38 | CD | FF | 4E | 14 | 0 | 0 | C3 | 64 | 3D |
| Octal | 70 | 315 | 377 | 116 | 24 | 0 | 0 | 303 | 144 | 75 |
| Binary | 111000 | 11001101 | 11111111 | 1001110 | 10100 | 0 | 0 | 11000011 | 1100100 | 111101 |
Color Harmonies of #38CDFF
Complementary color
Monochromatic Colors of #38CDFF
Black with #38CDFF
Text Example
Text Example
White with #38CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CDFF; }
p { color: rgb(56,205,255); }
H1.HeaderClassName
{
color: #38CDFF;
}
.AnyTagClassName
{
color: #38CDFF;
}
</style>
background-color css
<style>
a { background-color: #38CDFF; }
a { background-color: rgb(56,205,255); }
div.DivClassName
{
background-color: #38CDFF;
}
.BgClassName
{
background-color: #38CDFF;
}
</style>
border-color css
<style>
span { border-color: #38CDFF; }
span { border-color: rgb(56,205,255); }
td.TdClassName
{
border-color: #38CDFF;
}
.TagClassName
{
border-color: #38CDFF;
}
</style>