Shades of Summer Sky #38BFDB
Tints of Summer Sky #38BFDB
RGB
CMYK
RGB Variations
Color information
#38BFDB (or 0x38BFDB) is known color: Summer Sky. HEX triplet: 38, BF and DB. RGB value is (56,191,219). Sum of RGB (Red+Green+Blue) = 56+191+219=466 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.02% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #38BFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BFDB is #C74024. Grayscale: #999999. Windows color (decimal): -13058085 or 14401336. OLE color: 14401336.
HSL color Cylindrical-coordinate representation of color #38BFDB: hue angle of 190.31º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38BFDB is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 191 | 219 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.14 |
| HSL | 190.31º | 0.69% | 0.54% | - |
| HSV(B) | 190.31º | 0.74% | 0.86% | - |
| XYZ | 33.05 | 43.22 | 73.62 | - |
| YUV | 153.83 | 164.77 | 58.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 191 | 219 | 0.74 | 0.13 | 0 | 0.14 | 190.31 | 0.69 | 0.54 |
| Hex | 38 | BF | DB | 4A | D | 0 | E | BE | 45 | 36 |
| Octal | 70 | 277 | 333 | 112 | 15 | 0 | 16 | 276 | 105 | 66 |
| Binary | 111000 | 10111111 | 11011011 | 1001010 | 1101 | 0 | 1110 | 10111110 | 1000101 | 110110 |
Color Harmonies of #38BFDB
Complementary color
Monochromatic Colors of #38BFDB
Black with #38BFDB
Text Example
Text Example
White with #38BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BFDB; }
p { color: rgb(56,191,219); }
H1.HeaderClassName
{
color: #38BFDB;
}
.AnyTagClassName
{
color: #38BFDB;
}
</style>
background-color css
<style>
a { background-color: #38BFDB; }
a { background-color: rgb(56,191,219); }
div.DivClassName
{
background-color: #38BFDB;
}
.BgClassName
{
background-color: #38BFDB;
}
</style>
border-color css
<style>
span { border-color: #38BFDB; }
span { border-color: rgb(56,191,219); }
td.TdClassName
{
border-color: #38BFDB;
}
.TagClassName
{
border-color: #38BFDB;
}
</style>