Shades of Light Sky Blue #81CCF3
Tints of Light Sky Blue #81CCF3
RGB
CMYK
RGB Variations
Color information
#81CCF3 (or 0x81CCF3) is known color: Light Sky Blue. HEX triplet: 81, CC and F3. RGB value is (129,204,243). Sum of RGB (Red+Green+Blue) = 129+204+243=576 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.40% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 243 (95.31% from 255 or 42.19% from 576); Max value from RGB is 243 - color contains mainly: blue. Hex color #81CCF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CCF3 is #7E330C. Grayscale: #B9B9B9. Windows color (decimal): -8270605 or 15977601. OLE color: 15977601.
HSL color Cylindrical-coordinate representation of color #81CCF3: hue angle of 200.53º 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 #81CCF3 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 204 | 243 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.05 |
| HSL | 200.53º | 0.83% | 0.73% | - |
| HSV(B) | 200.53º | 0.47% | 0.95% | - |
| XYZ | 46.82 | 54.32 | 92.81 | - |
| YUV | 186.02 | 160.15 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 204 | 243 | 0.47 | 0.16 | 0 | 0.05 | 200.53 | 0.83 | 0.73 |
| Hex | 81 | CC | F3 | 2F | 10 | 0 | 5 | C9 | 53 | 49 |
| Octal | 201 | 314 | 363 | 57 | 20 | 0 | 5 | 311 | 123 | 111 |
| Binary | 10000001 | 11001100 | 11110011 | 101111 | 10000 | 0 | 101 | 11001001 | 1010011 | 1001001 |
Color Harmonies of #81CCF3
Complementary color
Monochromatic Colors of #81CCF3
Black with #81CCF3
Text Example
Text Example
White with #81CCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CCF3; }
p { color: rgb(129,204,243); }
H1.HeaderClassName
{
color: #81CCF3;
}
.AnyTagClassName
{
color: #81CCF3;
}
</style>
background-color css
<style>
a { background-color: #81CCF3; }
a { background-color: rgb(129,204,243); }
div.DivClassName
{
background-color: #81CCF3;
}
.BgClassName
{
background-color: #81CCF3;
}
</style>
border-color css
<style>
span { border-color: #81CCF3; }
span { border-color: rgb(129,204,243); }
td.TdClassName
{
border-color: #81CCF3;
}
.TagClassName
{
border-color: #81CCF3;
}
</style>