Shades of Light Sky Blue #7CCAFD
Tints of Light Sky Blue #7CCAFD
RGB
CMYK
RGB Variations
Color information
#7CCAFD (or 0x7CCAFD) is known color: Light Sky Blue. HEX triplet: 7C, CA and FD. RGB value is (124,202,253). Sum of RGB (Red+Green+Blue) = 124+202+253=579 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.42% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #7CCAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CCAFD is #833502. Grayscale: #B8B8B8. Windows color (decimal): -8598787 or 16632444. OLE color: 16632444.
HSL color Cylindrical-coordinate representation of color #7CCAFD: hue angle of 203.72º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CCAFD is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 124 | 202 | 253 | - |
CMYK | 0.51 | 0.20 | 0 | 0.01 |
HSL | 203.72º | 0.97% | 0.74% | - |
HSV(B) | 203.72º | 0.51% | 0.99% | - |
XYZ | 47.16 | 53.62 | 100.79 | - |
YUV | 184.49 | 166.66 | 84.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 124 | 202 | 253 | 0.51 | 0.20 | 0 | 0.01 | 203.72 | 0.97 | 0.74 |
Hex | 7C | CA | FD | 33 | 14 | 0 | 1 | CC | 61 | 4A |
Octal | 174 | 312 | 375 | 63 | 24 | 0 | 1 | 314 | 141 | 112 |
Binary | 1111100 | 11001010 | 11111101 | 110011 | 10100 | 0 | 1 | 11001100 | 1100001 | 1001010 |
Color Harmonies of #7CCAFD
Complementary color
Monochromatic Colors of #7CCAFD
Black with #7CCAFD
Text Example
Text Example
White with #7CCAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCAFD; }
p { color: rgb(124,202,253); }
H1.HeaderClassName
{
color: #7CCAFD;
}
.AnyTagClassName
{
color: #7CCAFD;
}
</style>
background-color css
<style>
a { background-color: #7CCAFD; }
a { background-color: rgb(124,202,253); }
div.DivClassName
{
background-color: #7CCAFD;
}
.BgClassName
{
background-color: #7CCAFD;
}
</style>
border-color css
<style>
span { border-color: #7CCAFD; }
span { border-color: rgb(124,202,253); }
td.TdClassName
{
border-color: #7CCAFD;
}
.TagClassName
{
border-color: #7CCAFD;
}
</style>