Shades of Light Sky Blue #96CFFD
Tints of Light Sky Blue #96CFFD
RGB
CMYK
RGB Variations
Color information
#96CFFD (or 0x96CFFD) is known color: Light Sky Blue. HEX triplet: 96, CF and FD. RGB value is (150,207,253). Sum of RGB (Red+Green+Blue) = 150+207+253=610 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.59% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #96CFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CFFD is #693002. Grayscale: #C2C2C2. Windows color (decimal): -6893571 or 16633750. OLE color: 16633750.
HSL color Cylindrical-coordinate representation of color #96CFFD: hue angle of 206.8º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96CFFD is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 207 | 253 | - |
| CMYK | 0.41 | 0.18 | 0 | 0.01 |
| HSL | 206.8º | 0.96% | 0.79% | - |
| HSV(B) | 206.8º | 0.41% | 0.99% | - |
| XYZ | 52.62 | 58.2 | 101.39 | - |
| YUV | 195.2 | 160.62 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 253 | 0.41 | 0.18 | 0 | 0.01 | 206.8 | 0.96 | 0.79 |
| Hex | 96 | CF | FD | 29 | 12 | 0 | 1 | CF | 60 | 4F |
| Octal | 226 | 317 | 375 | 51 | 22 | 0 | 1 | 317 | 140 | 117 |
| Binary | 10010110 | 11001111 | 11111101 | 101001 | 10010 | 0 | 1 | 11001111 | 1100000 | 1001111 |
Color Harmonies of #96CFFD
Complementary color
Monochromatic Colors of #96CFFD
Black with #96CFFD
Text Example
Text Example
White with #96CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CFFD; }
p { color: rgb(150,207,253); }
H1.HeaderClassName
{
color: #96CFFD;
}
.AnyTagClassName
{
color: #96CFFD;
}
</style>
background-color css
<style>
a { background-color: #96CFFD; }
a { background-color: rgb(150,207,253); }
div.DivClassName
{
background-color: #96CFFD;
}
.BgClassName
{
background-color: #96CFFD;
}
</style>
border-color css
<style>
span { border-color: #96CFFD; }
span { border-color: rgb(150,207,253); }
td.TdClassName
{
border-color: #96CFFD;
}
.TagClassName
{
border-color: #96CFFD;
}
</style>