Shades of Summer Sky #38BEDA
Tints of Summer Sky #38BEDA
RGB
CMYK
RGB Variations
Color information
#38BEDA (or 0x38BEDA) is known color: Summer Sky. HEX triplet: 38, BE and DA. RGB value is (56,190,218). Sum of RGB (Red+Green+Blue) = 56+190+218=464 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.07% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #38BEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BEDA is #C74125. Grayscale: #989898. Windows color (decimal): -13058342 or 14335544. OLE color: 14335544.
HSL color Cylindrical-coordinate representation of color #38BEDA: hue angle of 190.37º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38BEDA is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 190 | 218 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.15 |
| HSL | 190.37º | 0.69% | 0.54% | - |
| HSV(B) | 190.37º | 0.74% | 0.85% | - |
| XYZ | 32.7 | 42.73 | 72.85 | - |
| YUV | 153.13 | 164.61 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 190 | 218 | 0.74 | 0.13 | 0 | 0.15 | 190.37 | 0.69 | 0.54 |
| Hex | 38 | BE | DA | 4A | D | 0 | F | BE | 45 | 36 |
| Octal | 70 | 276 | 332 | 112 | 15 | 0 | 17 | 276 | 105 | 66 |
| Binary | 111000 | 10111110 | 11011010 | 1001010 | 1101 | 0 | 1111 | 10111110 | 1000101 | 110110 |
Color Harmonies of #38BEDA
Complementary color
Monochromatic Colors of #38BEDA
Black with #38BEDA
Text Example
Text Example
White with #38BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BEDA; }
p { color: rgb(56,190,218); }
H1.HeaderClassName
{
color: #38BEDA;
}
.AnyTagClassName
{
color: #38BEDA;
}
</style>
background-color css
<style>
a { background-color: #38BEDA; }
a { background-color: rgb(56,190,218); }
div.DivClassName
{
background-color: #38BEDA;
}
.BgClassName
{
background-color: #38BEDA;
}
</style>
border-color css
<style>
span { border-color: #38BEDA; }
span { border-color: rgb(56,190,218); }
td.TdClassName
{
border-color: #38BEDA;
}
.TagClassName
{
border-color: #38BEDA;
}
</style>