Shades of Light Sky Blue #7BCDFB
Tints of Light Sky Blue #7BCDFB
RGB
CMYK
RGB Variations
Color information
#7BCDFB (or 0x7BCDFB) is known color: Light Sky Blue. HEX triplet: 7B, CD and FB. RGB value is (123,205,251). Sum of RGB (Red+Green+Blue) = 123+205+251=579 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.24% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #7BCDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BCDFB is #843204. Grayscale: #B9B9B9. Windows color (decimal): -8663557 or 16502139. OLE color: 16502139.
HSL color Cylindrical-coordinate representation of color #7BCDFB: hue angle of 201.56º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BCDFB is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 205 | 251 | - |
| CMYK | 0.51 | 0.18 | 0 | 0.02 |
| HSL | 201.56º | 0.94% | 0.73% | - |
| HSV(B) | 201.56º | 0.51% | 0.98% | - |
| XYZ | 47.41 | 54.84 | 99.35 | - |
| YUV | 185.73 | 164.83 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 205 | 251 | 0.51 | 0.18 | 0 | 0.02 | 201.56 | 0.94 | 0.73 |
| Hex | 7B | CD | FB | 33 | 12 | 0 | 2 | CA | 5E | 49 |
| Octal | 173 | 315 | 373 | 63 | 22 | 0 | 2 | 312 | 136 | 111 |
| Binary | 1111011 | 11001101 | 11111011 | 110011 | 10010 | 0 | 10 | 11001010 | 1011110 | 1001001 |
Color Harmonies of #7BCDFB
Complementary color
Monochromatic Colors of #7BCDFB
Black with #7BCDFB
Text Example
Text Example
White with #7BCDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCDFB; }
p { color: rgb(123,205,251); }
H1.HeaderClassName
{
color: #7BCDFB;
}
.AnyTagClassName
{
color: #7BCDFB;
}
</style>
background-color css
<style>
a { background-color: #7BCDFB; }
a { background-color: rgb(123,205,251); }
div.DivClassName
{
background-color: #7BCDFB;
}
.BgClassName
{
background-color: #7BCDFB;
}
</style>
border-color css
<style>
span { border-color: #7BCDFB; }
span { border-color: rgb(123,205,251); }
td.TdClassName
{
border-color: #7BCDFB;
}
.TagClassName
{
border-color: #7BCDFB;
}
</style>