Shades of Sky Blue #81DFF2
Tints of Sky Blue #81DFF2
RGB
CMYK
RGB Variations
Color information
#81DFF2 (or 0x81DFF2) is known color: Sky Blue. HEX triplet: 81, DF and F2. RGB value is (129,223,242). Sum of RGB (Red+Green+Blue) = 129+223+242=594 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.72% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 242 (94.92% from 255 or 40.74% from 594); Max value from RGB is 242 - color contains mainly: blue. Hex color #81DFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DFF2 is #7E200D. Grayscale: #C4C4C4. Windows color (decimal): -8265742 or 15916929. OLE color: 15916929.
HSL color Cylindrical-coordinate representation of color #81DFF2: hue angle of 190.09º degrees, saturation: 0.81, 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 #81DFF2 is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 223 | 242 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.05 |
| HSL | 190.09º | 0.81% | 0.73% | - |
| HSV(B) | 190.09º | 0.47% | 0.95% | - |
| XYZ | 51.47 | 63.85 | 93.62 | - |
| YUV | 197.06 | 153.36 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 223 | 242 | 0.47 | 0.08 | 0 | 0.05 | 190.09 | 0.81 | 0.73 |
| Hex | 81 | DF | F2 | 2F | 8 | 0 | 5 | BE | 51 | 49 |
| Octal | 201 | 337 | 362 | 57 | 10 | 0 | 5 | 276 | 121 | 111 |
| Binary | 10000001 | 11011111 | 11110010 | 101111 | 1000 | 0 | 101 | 10111110 | 1010001 | 1001001 |
Color Harmonies of #81DFF2
Complementary color
Monochromatic Colors of #81DFF2
Black with #81DFF2
Text Example
Text Example
White with #81DFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DFF2; }
p { color: rgb(129,223,242); }
H1.HeaderClassName
{
color: #81DFF2;
}
.AnyTagClassName
{
color: #81DFF2;
}
</style>
background-color css
<style>
a { background-color: #81DFF2; }
a { background-color: rgb(129,223,242); }
div.DivClassName
{
background-color: #81DFF2;
}
.BgClassName
{
background-color: #81DFF2;
}
</style>
border-color css
<style>
span { border-color: #81DFF2; }
span { border-color: rgb(129,223,242); }
td.TdClassName
{
border-color: #81DFF2;
}
.TagClassName
{
border-color: #81DFF2;
}
</style>