Shades of Jordy Blue #81B3DF
Tints of Jordy Blue #81B3DF
RGB
CMYK
RGB Variations
Color information
#81B3DF (or 0x81B3DF) is known color: Jordy Blue. HEX triplet: 81, B3 and DF. RGB value is (129,179,223). Sum of RGB (Red+Green+Blue) = 129+179+223=531 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.29% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #81B3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81B3DF is #7E4C20. Grayscale: #A8A8A8. Windows color (decimal): -8277025 or 14660481. OLE color: 14660481.
HSL color Cylindrical-coordinate representation of color #81B3DF: hue angle of 208.09º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81B3DF is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 179 | 223 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.13 |
| HSL | 208.09º | 0.59% | 0.69% | - |
| HSV(B) | 208.09º | 0.42% | 0.87% | - |
| XYZ | 38.49 | 42.24 | 75.94 | - |
| YUV | 169.07 | 158.44 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 179 | 223 | 0.42 | 0.20 | 0 | 0.13 | 208.09 | 0.59 | 0.69 |
| Hex | 81 | B3 | DF | 2A | 14 | 0 | D | D0 | 3B | 45 |
| Octal | 201 | 263 | 337 | 52 | 24 | 0 | 15 | 320 | 73 | 105 |
| Binary | 10000001 | 10110011 | 11011111 | 101010 | 10100 | 0 | 1101 | 11010000 | 111011 | 1000101 |
Color Harmonies of #81B3DF
Complementary color
Monochromatic Colors of #81B3DF
Black with #81B3DF
Text Example
Text Example
White with #81B3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B3DF; }
p { color: rgb(129,179,223); }
H1.HeaderClassName
{
color: #81B3DF;
}
.AnyTagClassName
{
color: #81B3DF;
}
</style>
background-color css
<style>
a { background-color: #81B3DF; }
a { background-color: rgb(129,179,223); }
div.DivClassName
{
background-color: #81B3DF;
}
.BgClassName
{
background-color: #81B3DF;
}
</style>
border-color css
<style>
span { border-color: #81B3DF; }
span { border-color: rgb(129,179,223); }
td.TdClassName
{
border-color: #81B3DF;
}
.TagClassName
{
border-color: #81B3DF;
}
</style>