Shades of Summer Sky #38BFEC
Tints of Summer Sky #38BFEC
RGB
CMYK
RGB Variations
Color information
#38BFEC (or 0x38BFEC) is known color: Summer Sky. HEX triplet: 38, BF and EC. RGB value is (56,191,236). Sum of RGB (Red+Green+Blue) = 56+191+236=483 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.59% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #38BFEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38BFEC is #C74013. Grayscale: #9B9B9B. Windows color (decimal): -13058068 or 15515448. OLE color: 15515448.
HSL color Cylindrical-coordinate representation of color #38BFEC: hue angle of 195º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38BFEC is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 191 | 236 | - |
| CMYK | 0.76 | 0.19 | 0 | 0.07 |
| HSL | 195º | 0.83% | 0.57% | - |
| HSV(B) | 195º | 0.76% | 0.93% | - |
| XYZ | 35.4 | 44.16 | 86.01 | - |
| YUV | 155.77 | 173.27 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 191 | 236 | 0.76 | 0.19 | 0 | 0.07 | 195 | 0.83 | 0.57 |
| Hex | 38 | BF | EC | 4C | 13 | 0 | 7 | C3 | 53 | 39 |
| Octal | 70 | 277 | 354 | 114 | 23 | 0 | 7 | 303 | 123 | 71 |
| Binary | 111000 | 10111111 | 11101100 | 1001100 | 10011 | 0 | 111 | 11000011 | 1010011 | 111001 |
Color Harmonies of #38BFEC
Complementary color
Monochromatic Colors of #38BFEC
Black with #38BFEC
Text Example
Text Example
White with #38BFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BFEC; }
p { color: rgb(56,191,236); }
H1.HeaderClassName
{
color: #38BFEC;
}
.AnyTagClassName
{
color: #38BFEC;
}
</style>
background-color css
<style>
a { background-color: #38BFEC; }
a { background-color: rgb(56,191,236); }
div.DivClassName
{
background-color: #38BFEC;
}
.BgClassName
{
background-color: #38BFEC;
}
</style>
border-color css
<style>
span { border-color: #38BFEC; }
span { border-color: rgb(56,191,236); }
td.TdClassName
{
border-color: #38BFEC;
}
.TagClassName
{
border-color: #38BFEC;
}
</style>