Shades of Summer Sky #38CFE7
Tints of Summer Sky #38CFE7
RGB
CMYK
RGB Variations
Color information
#38CFE7 (or 0x38CFE7) is known color: Summer Sky. HEX triplet: 38, CF and E7. RGB value is (56,207,231). Sum of RGB (Red+Green+Blue) = 56+207+231=494 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.34% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 231 (90.62% from 255 or 46.76% from 494); Max value from RGB is 231 - color contains mainly: blue. Hex color #38CFE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38CFE7 is #C73018. Grayscale: #A4A4A4. Windows color (decimal): -13053977 or 15191864. OLE color: 15191864.
HSL color Cylindrical-coordinate representation of color #38CFE7: hue angle of 188.23º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38CFE7 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 207 | 231 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.09 |
| HSL | 188.23º | 0.78% | 0.56% | - |
| HSV(B) | 188.23º | 0.76% | 0.91% | - |
| XYZ | 38.37 | 51.24 | 83.47 | - |
| YUV | 164.59 | 165.47 | 50.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 207 | 231 | 0.76 | 0.10 | 0 | 0.09 | 188.23 | 0.78 | 0.56 |
| Hex | 38 | CF | E7 | 4C | A | 0 | 9 | BC | 4E | 38 |
| Octal | 70 | 317 | 347 | 114 | 12 | 0 | 11 | 274 | 116 | 70 |
| Binary | 111000 | 11001111 | 11100111 | 1001100 | 1010 | 0 | 1001 | 10111100 | 1001110 | 111000 |
Color Harmonies of #38CFE7
Complementary color
Monochromatic Colors of #38CFE7
Black with #38CFE7
Text Example
Text Example
White with #38CFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CFE7; }
p { color: rgb(56,207,231); }
H1.HeaderClassName
{
color: #38CFE7;
}
.AnyTagClassName
{
color: #38CFE7;
}
</style>
background-color css
<style>
a { background-color: #38CFE7; }
a { background-color: rgb(56,207,231); }
div.DivClassName
{
background-color: #38CFE7;
}
.BgClassName
{
background-color: #38CFE7;
}
</style>
border-color css
<style>
span { border-color: #38CFE7; }
span { border-color: rgb(56,207,231); }
td.TdClassName
{
border-color: #38CFE7;
}
.TagClassName
{
border-color: #38CFE7;
}
</style>