Shades of Summer Sky #38BDF0
Tints of Summer Sky #38BDF0
RGB
CMYK
RGB Variations
Color information
#38BDF0 (or 0x38BDF0) is known color: Summer Sky. HEX triplet: 38, BD and F0. RGB value is (56,189,240). Sum of RGB (Red+Green+Blue) = 56+189+240=485 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.55% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 240 (94.14% from 255 or 49.48% from 485); Max value from RGB is 240 - color contains mainly: blue. Hex color #38BDF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38BDF0 is #C7420F. Grayscale: #9A9A9A. Windows color (decimal): -13058576 or 15777080. OLE color: 15777080.
HSL color Cylindrical-coordinate representation of color #38BDF0: hue angle of 196.63º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38BDF0 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 189 | 240 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.06 |
| HSL | 196.63º | 0.86% | 0.58% | - |
| HSV(B) | 196.63º | 0.77% | 0.94% | - |
| XYZ | 35.56 | 43.53 | 88.97 | - |
| YUV | 155.05 | 175.94 | 57.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 189 | 240 | 0.77 | 0.21 | 0 | 0.06 | 196.63 | 0.86 | 0.58 |
| Hex | 38 | BD | F0 | 4D | 15 | 0 | 6 | C5 | 56 | 3A |
| Octal | 70 | 275 | 360 | 115 | 25 | 0 | 6 | 305 | 126 | 72 |
| Binary | 111000 | 10111101 | 11110000 | 1001101 | 10101 | 0 | 110 | 11000101 | 1010110 | 111010 |
Color Harmonies of #38BDF0
Complementary color
Monochromatic Colors of #38BDF0
Black with #38BDF0
Text Example
Text Example
White with #38BDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BDF0; }
p { color: rgb(56,189,240); }
H1.HeaderClassName
{
color: #38BDF0;
}
.AnyTagClassName
{
color: #38BDF0;
}
</style>
background-color css
<style>
a { background-color: #38BDF0; }
a { background-color: rgb(56,189,240); }
div.DivClassName
{
background-color: #38BDF0;
}
.BgClassName
{
background-color: #38BDF0;
}
</style>
border-color css
<style>
span { border-color: #38BDF0; }
span { border-color: rgb(56,189,240); }
td.TdClassName
{
border-color: #38BDF0;
}
.TagClassName
{
border-color: #38BDF0;
}
</style>