Shades of Light Sky Blue #81D1FD
Tints of Light Sky Blue #81D1FD
RGB
CMYK
RGB Variations
Color information
#81D1FD (or 0x81D1FD) is known color: Light Sky Blue. HEX triplet: 81, D1 and FD. RGB value is (129,209,253). Sum of RGB (Red+Green+Blue) = 129+209+253=591 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.83% from 591); Green value is 209 (82.03% from 255 or 35.36% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #81D1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81D1FD is #7E2E02. Grayscale: #BDBDBD. Windows color (decimal): -8269315 or 16634241. OLE color: 16634241.
HSL color Cylindrical-coordinate representation of color #81D1FD: hue angle of 201.29º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81D1FD is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 209 | 253 | - |
| CMYK | 0.49 | 0.17 | 0 | 0.01 |
| HSL | 201.29º | 0.97% | 0.75% | - |
| HSV(B) | 201.29º | 0.49% | 0.99% | - |
| XYZ | 49.58 | 57.36 | 101.39 | - |
| YUV | 190.1 | 163.5 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 209 | 253 | 0.49 | 0.17 | 0 | 0.01 | 201.29 | 0.97 | 0.75 |
| Hex | 81 | D1 | FD | 31 | 11 | 0 | 1 | C9 | 61 | 4B |
| Octal | 201 | 321 | 375 | 61 | 21 | 0 | 1 | 311 | 141 | 113 |
| Binary | 10000001 | 11010001 | 11111101 | 110001 | 10001 | 0 | 1 | 11001001 | 1100001 | 1001011 |
Color Harmonies of #81D1FD
Complementary color
Monochromatic Colors of #81D1FD
Black with #81D1FD
Text Example
Text Example
White with #81D1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D1FD; }
p { color: rgb(129,209,253); }
H1.HeaderClassName
{
color: #81D1FD;
}
.AnyTagClassName
{
color: #81D1FD;
}
</style>
background-color css
<style>
a { background-color: #81D1FD; }
a { background-color: rgb(129,209,253); }
div.DivClassName
{
background-color: #81D1FD;
}
.BgClassName
{
background-color: #81D1FD;
}
</style>
border-color css
<style>
span { border-color: #81D1FD; }
span { border-color: rgb(129,209,253); }
td.TdClassName
{
border-color: #81D1FD;
}
.TagClassName
{
border-color: #81D1FD;
}
</style>