Shades of Light Sky Blue #81C4F3
Tints of Light Sky Blue #81C4F3
RGB
CMYK
RGB Variations
Color information
#81C4F3 (or 0x81C4F3) is known color: Light Sky Blue. HEX triplet: 81, C4 and F3. RGB value is (129,196,243). Sum of RGB (Red+Green+Blue) = 129+196+243=568 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.71% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 243 (95.31% from 255 or 42.78% from 568); Max value from RGB is 243 - color contains mainly: blue. Hex color #81C4F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C4F3 is #7E3B0C. Grayscale: #B5B5B5. Windows color (decimal): -8272653 or 15975553. OLE color: 15975553.
HSL color Cylindrical-coordinate representation of color #81C4F3: hue angle of 204.74º 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 #81C4F3 is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 196 | 243 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.05 |
| HSL | 204.74º | 0.83% | 0.73% | - |
| HSV(B) | 204.74º | 0.47% | 0.95% | - |
| XYZ | 44.97 | 50.62 | 92.19 | - |
| YUV | 181.33 | 162.8 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 196 | 243 | 0.47 | 0.19 | 0 | 0.05 | 204.74 | 0.83 | 0.73 |
| Hex | 81 | C4 | F3 | 2F | 13 | 0 | 5 | CD | 53 | 49 |
| Octal | 201 | 304 | 363 | 57 | 23 | 0 | 5 | 315 | 123 | 111 |
| Binary | 10000001 | 11000100 | 11110011 | 101111 | 10011 | 0 | 101 | 11001101 | 1010011 | 1001001 |
Color Harmonies of #81C4F3
Complementary color
Monochromatic Colors of #81C4F3
Black with #81C4F3
Text Example
Text Example
White with #81C4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C4F3; }
p { color: rgb(129,196,243); }
H1.HeaderClassName
{
color: #81C4F3;
}
.AnyTagClassName
{
color: #81C4F3;
}
</style>
background-color css
<style>
a { background-color: #81C4F3; }
a { background-color: rgb(129,196,243); }
div.DivClassName
{
background-color: #81C4F3;
}
.BgClassName
{
background-color: #81C4F3;
}
</style>
border-color css
<style>
span { border-color: #81C4F3; }
span { border-color: rgb(129,196,243); }
td.TdClassName
{
border-color: #81C4F3;
}
.TagClassName
{
border-color: #81C4F3;
}
</style>