Shades of Light Sky Blue #7BCAF5
Tints of Light Sky Blue #7BCAF5
RGB
CMYK
RGB Variations
Color information
#7BCAF5 (or 0x7BCAF5) is known color: Light Sky Blue. HEX triplet: 7B, CA and F5. RGB value is (123,202,245). Sum of RGB (Red+Green+Blue) = 123+202+245=570 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.58% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 245 (96.09% from 255 or 42.98% from 570); Max value from RGB is 245 - color contains mainly: blue. Hex color #7BCAF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BCAF5 is #84350A. Grayscale: #B7B7B7. Windows color (decimal): -8664331 or 16108155. OLE color: 16108155.
HSL color Cylindrical-coordinate representation of color #7BCAF5: hue angle of 201.15º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BCAF5 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 123 | 202 | 245 | - |
| CMYK | 0.50 | 0.18 | 0 | 0.04 |
| HSL | 201.15º | 0.86% | 0.72% | - |
| HSV(B) | 201.15º | 0.5% | 0.96% | - |
| XYZ | 45.77 | 53.04 | 94.21 | - |
| YUV | 183.28 | 162.83 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 202 | 245 | 0.50 | 0.18 | 0 | 0.04 | 201.15 | 0.86 | 0.72 |
| Hex | 7B | CA | F5 | 32 | 12 | 0 | 4 | C9 | 56 | 48 |
| Octal | 173 | 312 | 365 | 62 | 22 | 0 | 4 | 311 | 126 | 110 |
| Binary | 1111011 | 11001010 | 11110101 | 110010 | 10010 | 0 | 100 | 11001001 | 1010110 | 1001000 |
Color Harmonies of #7BCAF5
Complementary color
Monochromatic Colors of #7BCAF5
Black with #7BCAF5
Text Example
Text Example
White with #7BCAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCAF5; }
p { color: rgb(123,202,245); }
H1.HeaderClassName
{
color: #7BCAF5;
}
.AnyTagClassName
{
color: #7BCAF5;
}
</style>
background-color css
<style>
a { background-color: #7BCAF5; }
a { background-color: rgb(123,202,245); }
div.DivClassName
{
background-color: #7BCAF5;
}
.BgClassName
{
background-color: #7BCAF5;
}
</style>
border-color css
<style>
span { border-color: #7BCAF5; }
span { border-color: rgb(123,202,245); }
td.TdClassName
{
border-color: #7BCAF5;
}
.TagClassName
{
border-color: #7BCAF5;
}
</style>