Shades of Summer Sky #38ADCB
Tints of Summer Sky #38ADCB
RGB
CMYK
RGB Variations
Color information
#38ADCB (or 0x38ADCB) is known color: Summer Sky. HEX triplet: 38, AD and CB. RGB value is (56,173,203). Sum of RGB (Red+Green+Blue) = 56+173+203=432 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.96% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #38ADCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ADCB is #C75234. Grayscale: #8D8D8D. Windows color (decimal): -13062709 or 13348152. OLE color: 13348152.
HSL color Cylindrical-coordinate representation of color #38ADCB: hue angle of 192.24º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38ADCB is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 173 | 203 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.20 |
| HSL | 192.24º | 0.59% | 0.51% | - |
| HSV(B) | 192.24º | 0.72% | 0.8% | - |
| XYZ | 27.35 | 35.04 | 61.82 | - |
| YUV | 141.44 | 162.74 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 173 | 203 | 0.72 | 0.15 | 0 | 0.20 | 192.24 | 0.59 | 0.51 |
| Hex | 38 | AD | CB | 48 | F | 0 | 14 | C0 | 3B | 33 |
| Octal | 70 | 255 | 313 | 110 | 17 | 0 | 24 | 300 | 73 | 63 |
| Binary | 111000 | 10101101 | 11001011 | 1001000 | 1111 | 0 | 10100 | 11000000 | 111011 | 110011 |
Color Harmonies of #38ADCB
Complementary color
Monochromatic Colors of #38ADCB
Black with #38ADCB
Text Example
Text Example
White with #38ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38ADCB; }
p { color: rgb(56,173,203); }
H1.HeaderClassName
{
color: #38ADCB;
}
.AnyTagClassName
{
color: #38ADCB;
}
</style>
background-color css
<style>
a { background-color: #38ADCB; }
a { background-color: rgb(56,173,203); }
div.DivClassName
{
background-color: #38ADCB;
}
.BgClassName
{
background-color: #38ADCB;
}
</style>
border-color css
<style>
span { border-color: #38ADCB; }
span { border-color: rgb(56,173,203); }
td.TdClassName
{
border-color: #38ADCB;
}
.TagClassName
{
border-color: #38ADCB;
}
</style>