Shades of Summer Sky #38BBCF
Tints of Summer Sky #38BBCF
RGB
CMYK
RGB Variations
Color information
#38BBCF (or 0x38BBCF) is known color: Summer Sky. HEX triplet: 38, BB and CF. RGB value is (56,187,207). Sum of RGB (Red+Green+Blue) = 56+187+207=450 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.44% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #38BBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BBCF is #C74430. Grayscale: #959595. Windows color (decimal): -13059121 or 13613880. OLE color: 13613880.
HSL color Cylindrical-coordinate representation of color #38BBCF: hue angle of 187.95º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38BBCF is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 187 | 207 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.19 |
| HSL | 187.95º | 0.61% | 0.52% | - |
| HSV(B) | 187.95º | 0.73% | 0.81% | - |
| XYZ | 30.66 | 40.89 | 65.31 | - |
| YUV | 150.11 | 160.1 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 187 | 207 | 0.73 | 0.10 | 0 | 0.19 | 187.95 | 0.61 | 0.52 |
| Hex | 38 | BB | CF | 49 | A | 0 | 13 | BC | 3D | 34 |
| Octal | 70 | 273 | 317 | 111 | 12 | 0 | 23 | 274 | 75 | 64 |
| Binary | 111000 | 10111011 | 11001111 | 1001001 | 1010 | 0 | 10011 | 10111100 | 111101 | 110100 |
Color Harmonies of #38BBCF
Complementary color
Monochromatic Colors of #38BBCF
Black with #38BBCF
Text Example
Text Example
White with #38BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BBCF; }
p { color: rgb(56,187,207); }
H1.HeaderClassName
{
color: #38BBCF;
}
.AnyTagClassName
{
color: #38BBCF;
}
</style>
background-color css
<style>
a { background-color: #38BBCF; }
a { background-color: rgb(56,187,207); }
div.DivClassName
{
background-color: #38BBCF;
}
.BgClassName
{
background-color: #38BBCF;
}
</style>
border-color css
<style>
span { border-color: #38BBCF; }
span { border-color: rgb(56,187,207); }
td.TdClassName
{
border-color: #38BBCF;
}
.TagClassName
{
border-color: #38BBCF;
}
</style>