#81AAEB

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

Shades of Jordy Blue #81AAEB

Tints of Jordy Blue #81AAEB

Color information

#81AAEB (or 0x81AAEB) is unknown color: approx Jordy Blue. HEX triplet: 81, AA and EB. RGB value is (129,170,235). Sum of RGB (Red+Green+Blue) = 129+170+235=534 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.16% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #81AAEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81AAEB is #7E5514. Grayscale: #A4A4A4. Windows color (decimal): -8279317 or 15444609. OLE color: 15444609.

HSL color Cylindrical-coordinate representation of color #81AAEB: hue angle of 216.79º degrees, saturation: 0.73, 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 #81AAEB is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB129170235-
CMYK0.450.2800.08
HSL216.79º72.6%71.37%-
HSV(B)216.79º45.11%92.16%-
XYZ38.4239.4184.18-
YUV165.15167.42102.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.16%
GREEN value IS 170 (66.80% from 255) = 31.84%
BLUE value IS 235 (92.19% from 255) = 44.01%
R=24.16%
G=31.84%
B=44.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1291702350.450.2800.08216.7972.671.37
Hex81AAEB2D1C08d94947
Octal2012523535534010331111107
Binary10000001101010101110101110110111100010001101100110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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