Shades of Summer Sky #38C5FE
Tints of Summer Sky #38C5FE
RGB
CMYK
RGB Variations
Color information
#38C5FE (or 0x38C5FE) is known color: Summer Sky. HEX triplet: 38, C5 and FE. RGB value is (56,197,254). Sum of RGB (Red+Green+Blue) = 56+197+254=507 (67% of max value = 765). Red value is 56 (22.27% from 255 or 11.05% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #38C5FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38C5FE is #C73A01. Grayscale: #A0A0A0. Windows color (decimal): -13056514 or 16696632. OLE color: 16696632.
HSL color Cylindrical-coordinate representation of color #38C5FE: hue angle of 197.27º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38C5FE is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 197 | 254 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.00 |
| HSL | 197.27º | 0.99% | 0.61% | - |
| HSV(B) | 197.27º | 0.78% | 1% | - |
| XYZ | 39.49 | 47.93 | 100.94 | - |
| YUV | 161.34 | 180.29 | 52.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 197 | 254 | 0.78 | 0.22 | 0 | 0.00 | 197.27 | 0.99 | 0.61 |
| Hex | 38 | C5 | FE | 4E | 16 | 0 | 0 | C5 | 63 | 3D |
| Octal | 70 | 305 | 376 | 116 | 26 | 0 | 0 | 305 | 143 | 75 |
| Binary | 111000 | 11000101 | 11111110 | 1001110 | 10110 | 0 | 0 | 11000101 | 1100011 | 111101 |
Color Harmonies of #38C5FE
Complementary color
Monochromatic Colors of #38C5FE
Black with #38C5FE
Text Example
Text Example
White with #38C5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C5FE; }
p { color: rgb(56,197,254); }
H1.HeaderClassName
{
color: #38C5FE;
}
.AnyTagClassName
{
color: #38C5FE;
}
</style>
background-color css
<style>
a { background-color: #38C5FE; }
a { background-color: rgb(56,197,254); }
div.DivClassName
{
background-color: #38C5FE;
}
.BgClassName
{
background-color: #38C5FE;
}
</style>
border-color css
<style>
span { border-color: #38C5FE; }
span { border-color: rgb(56,197,254); }
td.TdClassName
{
border-color: #38C5FE;
}
.TagClassName
{
border-color: #38C5FE;
}
</style>