Shades of Summer Sky #38BDDB
Tints of Summer Sky #38BDDB
RGB
CMYK
RGB Variations
Color information
#38BDDB (or 0x38BDDB) is known color: Summer Sky. HEX triplet: 38, BD and DB. RGB value is (56,189,219). Sum of RGB (Red+Green+Blue) = 56+189+219=464 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.07% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #38BDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BDDB is #C74224. Grayscale: #989898. Windows color (decimal): -13058597 or 14400824. OLE color: 14400824.
HSL color Cylindrical-coordinate representation of color #38BDDB: hue angle of 191.04º 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 #38BDDB is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 189 | 219 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.14 |
| HSL | 191.04º | 0.69% | 0.54% | - |
| HSV(B) | 191.04º | 0.74% | 0.86% | - |
| XYZ | 32.61 | 42.35 | 73.47 | - |
| YUV | 152.65 | 165.44 | 59.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 189 | 219 | 0.74 | 0.14 | 0 | 0.14 | 191.04 | 0.69 | 0.54 |
| Hex | 38 | BD | DB | 4A | E | 0 | E | BF | 45 | 36 |
| Octal | 70 | 275 | 333 | 112 | 16 | 0 | 16 | 277 | 105 | 66 |
| Binary | 111000 | 10111101 | 11011011 | 1001010 | 1110 | 0 | 1110 | 10111111 | 1000101 | 110110 |
Color Harmonies of #38BDDB
Complementary color
Monochromatic Colors of #38BDDB
Black with #38BDDB
Text Example
Text Example
White with #38BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BDDB; }
p { color: rgb(56,189,219); }
H1.HeaderClassName
{
color: #38BDDB;
}
.AnyTagClassName
{
color: #38BDDB;
}
</style>
background-color css
<style>
a { background-color: #38BDDB; }
a { background-color: rgb(56,189,219); }
div.DivClassName
{
background-color: #38BDDB;
}
.BgClassName
{
background-color: #38BDDB;
}
</style>
border-color css
<style>
span { border-color: #38BDDB; }
span { border-color: rgb(56,189,219); }
td.TdClassName
{
border-color: #38BDDB;
}
.TagClassName
{
border-color: #38BDDB;
}
</style>