Shades of Summer Sky #38BFE6
Tints of Summer Sky #38BFE6
RGB
CMYK
RGB Variations
Color information
#38BFE6 (or 0x38BFE6) is known color: Summer Sky. HEX triplet: 38, BF and E6. RGB value is (56,191,230). Sum of RGB (Red+Green+Blue) = 56+191+230=477 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.74% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 230 (90.23% from 255 or 48.22% from 477); Max value from RGB is 230 - color contains mainly: blue. Hex color #38BFE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38BFE6 is #C74019. Grayscale: #9A9A9A. Windows color (decimal): -13058074 or 15122232. OLE color: 15122232.
HSL color Cylindrical-coordinate representation of color #38BFE6: hue angle of 193.45º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38BFE6 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 191 | 230 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.10 |
| HSL | 193.45º | 0.78% | 0.56% | - |
| HSV(B) | 193.45º | 0.76% | 0.9% | - |
| XYZ | 34.54 | 43.82 | 81.5 | - |
| YUV | 155.08 | 170.27 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 191 | 230 | 0.76 | 0.17 | 0 | 0.10 | 193.45 | 0.78 | 0.56 |
| Hex | 38 | BF | E6 | 4C | 11 | 0 | A | C1 | 4E | 38 |
| Octal | 70 | 277 | 346 | 114 | 21 | 0 | 12 | 301 | 116 | 70 |
| Binary | 111000 | 10111111 | 11100110 | 1001100 | 10001 | 0 | 1010 | 11000001 | 1001110 | 111000 |
Color Harmonies of #38BFE6
Complementary color
Monochromatic Colors of #38BFE6
Black with #38BFE6
Text Example
Text Example
White with #38BFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BFE6; }
p { color: rgb(56,191,230); }
H1.HeaderClassName
{
color: #38BFE6;
}
.AnyTagClassName
{
color: #38BFE6;
}
</style>
background-color css
<style>
a { background-color: #38BFE6; }
a { background-color: rgb(56,191,230); }
div.DivClassName
{
background-color: #38BFE6;
}
.BgClassName
{
background-color: #38BFE6;
}
</style>
border-color css
<style>
span { border-color: #38BFE6; }
span { border-color: rgb(56,191,230); }
td.TdClassName
{
border-color: #38BFE6;
}
.TagClassName
{
border-color: #38BFE6;
}
</style>