#81ABE9

Color #81ABE9 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #81ABE9

Tints of Jordy Blue #81ABE9

Color information

#81ABE9 (or 0x81ABE9) is unknown color: approx Jordy Blue. HEX triplet: 81, AB and E9. RGB value is (129,171,233). Sum of RGB (Red+Green+Blue) = 129+171+233=533 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.20% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 233 (91.41% from 255 or 43.71% from 533); Max value from RGB is 233 - color contains mainly: blue. Hex color #81ABE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81ABE9 is #7E5416. Grayscale: #A5A5A5. Windows color (decimal): -8279063 or 15313793. OLE color: 15313793.

HSL color Cylindrical-coordinate representation of color #81ABE9: hue angle of 215.77º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81ABE9 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB129171233-
CMYK0.450.2700.09
HSL215.77º70.27%70.98%-
HSV(B)215.77º44.64%91.37%-
XYZ38.3239.6882.73-
YUV165.51166.09101.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 129 (50.78% from 255) = 24.20%
GREEN value IS 171 (67.19% from 255) = 32.08%
BLUE value IS 233 (91.41% from 255) = 43.71%
R=24.20%
G=32.08%
B=43.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1291712330.450.2700.09215.7770.2770.98
Hex81ABE92D1B09d84647
Octal2012533515533011330106107
Binary10000001101010111110100110110111011010011101100010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ABE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81ABE9; }

 p { color: rgb(129,171,233); }

 H1.HeaderClassName
 {
   color: #81ABE9;
 }
 .AnyTagClassName
 {
   color: #81ABE9;
 }
</style>
background-color css

<style>
 a { background-color: #81ABE9; }

 a { background-color: rgb(129,171,233); }

 div.DivClassName
 {
   background-color: #81ABE9;
 }
 .BgClassName
 {
   background-color: #81ABE9;
 }
</style>
border-color css

<style>
 span { border-color: #81ABE9; }

 span { border-color: rgb(129,171,233); }

 td.TdClassName
 {
   border-color: #81ABE9;
 }
 .TagClassName
 {
   border-color: #81ABE9;
 }
</style>