Shades of Light Sky Blue #81C5F3
Tints of Light Sky Blue #81C5F3
RGB
CMYK
RGB Variations
Color information
#81C5F3 (or 0x81C5F3) is known color: Light Sky Blue. HEX triplet: 81, C5 and F3. RGB value is (129,197,243). Sum of RGB (Red+Green+Blue) = 129+197+243=569 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.67% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 243 (95.31% from 255 or 42.71% from 569); Max value from RGB is 243 - color contains mainly: blue. Hex color #81C5F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C5F3 is #7E3A0C. Grayscale: #B5B5B5. Windows color (decimal): -8272397 or 15975809. OLE color: 15975809.
HSL color Cylindrical-coordinate representation of color #81C5F3: hue angle of 204.21º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81C5F3 is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 197 | 243 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.05 |
| HSL | 204.21º | 0.83% | 0.73% | - |
| HSV(B) | 204.21º | 0.47% | 0.95% | - |
| XYZ | 45.2 | 51.07 | 92.27 | - |
| YUV | 181.91 | 162.47 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 197 | 243 | 0.47 | 0.19 | 0 | 0.05 | 204.21 | 0.83 | 0.73 |
| Hex | 81 | C5 | F3 | 2F | 13 | 0 | 5 | CC | 53 | 49 |
| Octal | 201 | 305 | 363 | 57 | 23 | 0 | 5 | 314 | 123 | 111 |
| Binary | 10000001 | 11000101 | 11110011 | 101111 | 10011 | 0 | 101 | 11001100 | 1010011 | 1001001 |
Color Harmonies of #81C5F3
Complementary color
Monochromatic Colors of #81C5F3
Black with #81C5F3
Text Example
Text Example
White with #81C5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C5F3; }
p { color: rgb(129,197,243); }
H1.HeaderClassName
{
color: #81C5F3;
}
.AnyTagClassName
{
color: #81C5F3;
}
</style>
background-color css
<style>
a { background-color: #81C5F3; }
a { background-color: rgb(129,197,243); }
div.DivClassName
{
background-color: #81C5F3;
}
.BgClassName
{
background-color: #81C5F3;
}
</style>
border-color css
<style>
span { border-color: #81C5F3; }
span { border-color: rgb(129,197,243); }
td.TdClassName
{
border-color: #81C5F3;
}
.TagClassName
{
border-color: #81C5F3;
}
</style>