Shades of Summer Sky #38BCFD
Tints of Summer Sky #38BCFD
RGB
CMYK
RGB Variations
Color information
#38BCFD (or 0x38BCFD) is known color: Summer Sky. HEX triplet: 38, BC and FD. RGB value is (56,188,253). Sum of RGB (Red+Green+Blue) = 56+188+253=497 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.27% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #38BCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38BCFD is #C74302. Grayscale: #9B9B9B. Windows color (decimal): -13058819 or 16628792. OLE color: 16628792.
HSL color Cylindrical-coordinate representation of color #38BCFD: hue angle of 199.8º 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 #38BCFD is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 188 | 253 | - |
| CMYK | 0.78 | 0.26 | 0 | 0.01 |
| HSL | 199.8º | 0.98% | 0.61% | - |
| HSV(B) | 199.8º | 0.78% | 0.99% | - |
| XYZ | 37.34 | 43.9 | 99.43 | - |
| YUV | 155.94 | 182.77 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 188 | 253 | 0.78 | 0.26 | 0 | 0.01 | 199.8 | 0.98 | 0.61 |
| Hex | 38 | BC | FD | 4E | 1A | 0 | 1 | C8 | 62 | 3D |
| Octal | 70 | 274 | 375 | 116 | 32 | 0 | 1 | 310 | 142 | 75 |
| Binary | 111000 | 10111100 | 11111101 | 1001110 | 11010 | 0 | 1 | 11001000 | 1100010 | 111101 |
Color Harmonies of #38BCFD
Complementary color
Monochromatic Colors of #38BCFD
Black with #38BCFD
Text Example
Text Example
White with #38BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BCFD; }
p { color: rgb(56,188,253); }
H1.HeaderClassName
{
color: #38BCFD;
}
.AnyTagClassName
{
color: #38BCFD;
}
</style>
background-color css
<style>
a { background-color: #38BCFD; }
a { background-color: rgb(56,188,253); }
div.DivClassName
{
background-color: #38BCFD;
}
.BgClassName
{
background-color: #38BCFD;
}
</style>
border-color css
<style>
span { border-color: #38BCFD; }
span { border-color: rgb(56,188,253); }
td.TdClassName
{
border-color: #38BCFD;
}
.TagClassName
{
border-color: #38BCFD;
}
</style>