Shades of Summer Sky #38BFDF
Tints of Summer Sky #38BFDF
RGB
CMYK
RGB Variations
Color information
#38BFDF (or 0x38BFDF) is known color: Summer Sky. HEX triplet: 38, BF and DF. RGB value is (56,191,223). Sum of RGB (Red+Green+Blue) = 56+191+223=470 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.91% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #38BFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BFDF is #C74020. Grayscale: #9A9A9A. Windows color (decimal): -13058081 or 14663480. OLE color: 14663480.
HSL color Cylindrical-coordinate representation of color #38BFDF: hue angle of 191.5º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38BFDF is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 191 | 223 | - |
| CMYK | 0.75 | 0.14 | 0 | 0.13 |
| HSL | 191.5º | 0.72% | 0.55% | - |
| HSV(B) | 191.5º | 0.75% | 0.87% | - |
| XYZ | 33.58 | 43.43 | 76.42 | - |
| YUV | 154.28 | 166.77 | 57.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 191 | 223 | 0.75 | 0.14 | 0 | 0.13 | 191.5 | 0.72 | 0.55 |
| Hex | 38 | BF | DF | 4B | E | 0 | D | BF | 48 | 37 |
| Octal | 70 | 277 | 337 | 113 | 16 | 0 | 15 | 277 | 110 | 67 |
| Binary | 111000 | 10111111 | 11011111 | 1001011 | 1110 | 0 | 1101 | 10111111 | 1001000 | 110111 |
Color Harmonies of #38BFDF
Complementary color
Monochromatic Colors of #38BFDF
Black with #38BFDF
Text Example
Text Example
White with #38BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BFDF; }
p { color: rgb(56,191,223); }
H1.HeaderClassName
{
color: #38BFDF;
}
.AnyTagClassName
{
color: #38BFDF;
}
</style>
background-color css
<style>
a { background-color: #38BFDF; }
a { background-color: rgb(56,191,223); }
div.DivClassName
{
background-color: #38BFDF;
}
.BgClassName
{
background-color: #38BFDF;
}
</style>
border-color css
<style>
span { border-color: #38BFDF; }
span { border-color: rgb(56,191,223); }
td.TdClassName
{
border-color: #38BFDF;
}
.TagClassName
{
border-color: #38BFDF;
}
</style>