#81AADA

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

Shades of Jordy Blue #81AADA

Tints of Jordy Blue #81AADA

Color information

#81AADA (or 0x81AADA) is unknown color: approx Jordy Blue. HEX triplet: 81, AA and DA. RGB value is (129,170,218). Sum of RGB (Red+Green+Blue) = 129+170+218=517 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.95% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #81AADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AADA is #7E5525. Grayscale: #A2A2A2. Windows color (decimal): -8279334 or 14330497. OLE color: 14330497.

HSL color Cylindrical-coordinate representation of color #81AADA: hue angle of 212.36º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81AADA is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB129170218-
CMYK0.410.2200.15
HSL212.36º54.6%68.04%-
HSV(B)212.36º40.83%85.49%-
XYZ36.0838.4871.85-
YUV163.21158.92103.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.95%
GREEN value IS 170 (66.80% from 255) = 32.88%
BLUE value IS 218 (85.55% from 255) = 42.17%
R=24.95%
G=32.88%
B=42.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1291702180.410.2200.15212.3654.668.04
Hex81AADA29160Fd43744
Octal201252332512601732467104
Binary1000000110101010110110101010011011001111110101001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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