Shades of Light Sky Blue #93CFFD
Tints of Light Sky Blue #93CFFD
RGB
CMYK
RGB Variations
Color information
#93CFFD (or 0x93CFFD) is known color: Light Sky Blue. HEX triplet: 93, CF and FD. RGB value is (147,207,253). Sum of RGB (Red+Green+Blue) = 147+207+253=607 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.22% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #93CFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93CFFD is #6C3002. Grayscale: #C2C2C2. Windows color (decimal): -7090179 or 16633747. OLE color: 16633747.
HSL color Cylindrical-coordinate representation of color #93CFFD: hue angle of 206.04º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93CFFD is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 207 | 253 | - |
| CMYK | 0.42 | 0.18 | 0 | 0.01 |
| HSL | 206.04º | 0.96% | 0.78% | - |
| HSV(B) | 206.04º | 0.42% | 0.99% | - |
| XYZ | 52.08 | 57.92 | 101.36 | - |
| YUV | 194.3 | 161.12 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 207 | 253 | 0.42 | 0.18 | 0 | 0.01 | 206.04 | 0.96 | 0.78 |
| Hex | 93 | CF | FD | 2A | 12 | 0 | 1 | CE | 60 | 4E |
| Octal | 223 | 317 | 375 | 52 | 22 | 0 | 1 | 316 | 140 | 116 |
| Binary | 10010011 | 11001111 | 11111101 | 101010 | 10010 | 0 | 1 | 11001110 | 1100000 | 1001110 |
Color Harmonies of #93CFFD
Complementary color
Monochromatic Colors of #93CFFD
Black with #93CFFD
Text Example
Text Example
White with #93CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CFFD; }
p { color: rgb(147,207,253); }
H1.HeaderClassName
{
color: #93CFFD;
}
.AnyTagClassName
{
color: #93CFFD;
}
</style>
background-color css
<style>
a { background-color: #93CFFD; }
a { background-color: rgb(147,207,253); }
div.DivClassName
{
background-color: #93CFFD;
}
.BgClassName
{
background-color: #93CFFD;
}
</style>
border-color css
<style>
span { border-color: #93CFFD; }
span { border-color: rgb(147,207,253); }
td.TdClassName
{
border-color: #93CFFD;
}
.TagClassName
{
border-color: #93CFFD;
}
</style>