Shades of Light Sky Blue #93CDF8
Tints of Light Sky Blue #93CDF8
RGB
CMYK
RGB Variations
Color information
#93CDF8 (or 0x93CDF8) is known color: Light Sky Blue. HEX triplet: 93, CD and F8. RGB value is (147,205,248). Sum of RGB (Red+Green+Blue) = 147+205+248=600 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.5% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 248 (97.27% from 255 or 41.33% from 600); Max value from RGB is 248 - color contains mainly: blue. Hex color #93CDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93CDF8 is #6C3207. Grayscale: #C0C0C0. Windows color (decimal): -7090696 or 16305555. OLE color: 16305555.
HSL color Cylindrical-coordinate representation of color #93CDF8: hue angle of 205.54º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93CDF8 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 147 | 205 | 248 | - |
| CMYK | 0.41 | 0.17 | 0 | 0.03 |
| HSL | 205.54º | 0.88% | 0.77% | - |
| HSV(B) | 205.54º | 0.41% | 0.97% | - |
| XYZ | 50.81 | 56.64 | 97.06 | - |
| YUV | 192.56 | 159.28 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 205 | 248 | 0.41 | 0.17 | 0 | 0.03 | 205.54 | 0.88 | 0.77 |
| Hex | 93 | CD | F8 | 29 | 11 | 0 | 3 | CE | 58 | 4D |
| Octal | 223 | 315 | 370 | 51 | 21 | 0 | 3 | 316 | 130 | 115 |
| Binary | 10010011 | 11001101 | 11111000 | 101001 | 10001 | 0 | 11 | 11001110 | 1011000 | 1001101 |
Color Harmonies of #93CDF8
Complementary color
Monochromatic Colors of #93CDF8
Black with #93CDF8
Text Example
Text Example
White with #93CDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CDF8; }
p { color: rgb(147,205,248); }
H1.HeaderClassName
{
color: #93CDF8;
}
.AnyTagClassName
{
color: #93CDF8;
}
</style>
background-color css
<style>
a { background-color: #93CDF8; }
a { background-color: rgb(147,205,248); }
div.DivClassName
{
background-color: #93CDF8;
}
.BgClassName
{
background-color: #93CDF8;
}
</style>
border-color css
<style>
span { border-color: #93CDF8; }
span { border-color: rgb(147,205,248); }
td.TdClassName
{
border-color: #93CDF8;
}
.TagClassName
{
border-color: #93CDF8;
}
</style>