#81AAEA

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

Shades of Jordy Blue #81AAEA

Tints of Jordy Blue #81AAEA

Color information

#81AAEA (or 0x81AAEA) is unknown color: approx Jordy Blue. HEX triplet: 81, AA and EA. RGB value is (129,170,234). Sum of RGB (Red+Green+Blue) = 129+170+234=533 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.20% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #81AAEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81AAEA is #7E5515. Grayscale: #A4A4A4. Windows color (decimal): -8279318 or 15379073. OLE color: 15379073.

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

Color convert

RGB129170234-
CMYK0.450.2700.08
HSL216.57º71.43%71.18%-
HSV(B)216.57º44.87%91.76%-
XYZ38.2839.3683.42-
YUV165.04166.92102.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.20%
GREEN value IS 170 (66.80% from 255) = 31.89%
BLUE value IS 234 (91.80% from 255) = 43.90%
R=24.20%
G=31.89%
B=43.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1291702340.450.2700.08216.5771.4371.18
Hex81AAEA2D1B08d94747
Octal2012523525533010331107107
Binary10000001101010101110101010110111011010001101100110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,170,234); }

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

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

 a { background-color: rgb(129,170,234); }

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

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

 span { border-color: rgb(129,170,234); }

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