Shades of Summer Sky #38A6CC
Tints of Summer Sky #38A6CC
RGB
CMYK
RGB Variations
Color information
#38A6CC (or 0x38A6CC) is known color: Summer Sky. HEX triplet: 38, A6 and CC. RGB value is (56,166,204). Sum of RGB (Red+Green+Blue) = 56+166+204=426 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.15% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #38A6CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A6CC is #C75933. Grayscale: #898989. Windows color (decimal): -13064500 or 13411896. OLE color: 13411896.
HSL color Cylindrical-coordinate representation of color #38A6CC: hue angle of 195.41º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38A6CC is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 166 | 204 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.2 |
| HSL | 195.41º | 0.59% | 0.51% | - |
| HSV(B) | 195.41º | 0.73% | 0.8% | - |
| XYZ | 26.17 | 32.47 | 62.02 | - |
| YUV | 137.44 | 165.56 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 166 | 204 | 0.73 | 0.19 | 0 | 0.2 | 195.41 | 0.59 | 0.51 |
| Hex | 38 | A6 | CC | 49 | 13 | 0 | 14 | C3 | 3B | 33 |
| Octal | 70 | 246 | 314 | 111 | 23 | 0 | 24 | 303 | 73 | 63 |
| Binary | 111000 | 10100110 | 11001100 | 1001001 | 10011 | 0 | 10100 | 11000011 | 111011 | 110011 |
Color Harmonies of #38A6CC
Complementary color
Monochromatic Colors of #38A6CC
Black with #38A6CC
Text Example
Text Example
White with #38A6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A6CC; }
p { color: rgb(56,166,204); }
H1.HeaderClassName
{
color: #38A6CC;
}
.AnyTagClassName
{
color: #38A6CC;
}
</style>
background-color css
<style>
a { background-color: #38A6CC; }
a { background-color: rgb(56,166,204); }
div.DivClassName
{
background-color: #38A6CC;
}
.BgClassName
{
background-color: #38A6CC;
}
</style>
border-color css
<style>
span { border-color: #38A6CC; }
span { border-color: rgb(56,166,204); }
td.TdClassName
{
border-color: #38A6CC;
}
.TagClassName
{
border-color: #38A6CC;
}
</style>