Shades of Light Sky Blue #7FDFFD
Tints of Light Sky Blue #7FDFFD
RGB
CMYK
RGB Variations
Color information
#7FDFFD (or 0x7FDFFD) is known color: Light Sky Blue. HEX triplet: 7F, DF and FD. RGB value is (127,223,253). Sum of RGB (Red+Green+Blue) = 127+223+253=603 (79% of max value = 765). Red value is 127 (50% from 255 or 21.06% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #7FDFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDFFD is #802002. Grayscale: #C5C5C5. Windows color (decimal): -8396803 or 16637823. OLE color: 16637823.
HSL color Cylindrical-coordinate representation of color #7FDFFD: hue angle of 194.29º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FDFFD is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 223 | 253 | - |
| CMYK | 0.50 | 0.12 | 0 | 0.01 |
| HSL | 194.29º | 0.97% | 0.75% | - |
| HSV(B) | 194.29º | 0.5% | 0.99% | - |
| XYZ | 52.87 | 64.38 | 102.57 | - |
| YUV | 197.72 | 159.2 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 223 | 253 | 0.50 | 0.12 | 0 | 0.01 | 194.29 | 0.97 | 0.75 |
| Hex | 7F | DF | FD | 32 | C | 0 | 1 | C2 | 61 | 4B |
| Octal | 177 | 337 | 375 | 62 | 14 | 0 | 1 | 302 | 141 | 113 |
| Binary | 1111111 | 11011111 | 11111101 | 110010 | 1100 | 0 | 1 | 11000010 | 1100001 | 1001011 |
Color Harmonies of #7FDFFD
Complementary color
Monochromatic Colors of #7FDFFD
Black with #7FDFFD
Text Example
Text Example
White with #7FDFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDFFD; }
p { color: rgb(127,223,253); }
H1.HeaderClassName
{
color: #7FDFFD;
}
.AnyTagClassName
{
color: #7FDFFD;
}
</style>
background-color css
<style>
a { background-color: #7FDFFD; }
a { background-color: rgb(127,223,253); }
div.DivClassName
{
background-color: #7FDFFD;
}
.BgClassName
{
background-color: #7FDFFD;
}
</style>
border-color css
<style>
span { border-color: #7FDFFD; }
span { border-color: rgb(127,223,253); }
td.TdClassName
{
border-color: #7FDFFD;
}
.TagClassName
{
border-color: #7FDFFD;
}
</style>