Shades of Light Sky Blue #7DDBFF
Tints of Light Sky Blue #7DDBFF
RGB
CMYK
RGB Variations
Color information
#7DDBFF (or 0x7DDBFF) is known color: Light Sky Blue. HEX triplet: 7D, DB and FF. RGB value is (125,219,255). Sum of RGB (Red+Green+Blue) = 125+219+255=599 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.87% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DDBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DDBFF is #822400. Grayscale: #C2C2C2. Windows color (decimal): -8528897 or 16767869. OLE color: 16767869.
HSL color Cylindrical-coordinate representation of color #7DDBFF: hue angle of 196.62º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DDBFF is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 219 | 255 | - |
| CMYK | 0.51 | 0.14 | 0 | 0 |
| HSL | 196.62º | 1% | 0.75% | - |
| HSV(B) | 196.62º | 0.51% | 1% | - |
| XYZ | 51.84 | 62.24 | 103.89 | - |
| YUV | 195 | 161.86 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 219 | 255 | 0.51 | 0.14 | 0 | 0 | 196.62 | 1 | 0.75 |
| Hex | 7D | DB | FF | 33 | E | 0 | 0 | C5 | 64 | 4B |
| Octal | 175 | 333 | 377 | 63 | 16 | 0 | 0 | 305 | 144 | 113 |
| Binary | 1111101 | 11011011 | 11111111 | 110011 | 1110 | 0 | 0 | 11000101 | 1100100 | 1001011 |
Color Harmonies of #7DDBFF
Complementary color
Monochromatic Colors of #7DDBFF
Black with #7DDBFF
Text Example
Text Example
White with #7DDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDBFF; }
p { color: rgb(125,219,255); }
H1.HeaderClassName
{
color: #7DDBFF;
}
.AnyTagClassName
{
color: #7DDBFF;
}
</style>
background-color css
<style>
a { background-color: #7DDBFF; }
a { background-color: rgb(125,219,255); }
div.DivClassName
{
background-color: #7DDBFF;
}
.BgClassName
{
background-color: #7DDBFF;
}
</style>
border-color css
<style>
span { border-color: #7DDBFF; }
span { border-color: rgb(125,219,255); }
td.TdClassName
{
border-color: #7DDBFF;
}
.TagClassName
{
border-color: #7DDBFF;
}
</style>