#81ABDA

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

Shades of Jordy Blue #81ABDA

Tints of Jordy Blue #81ABDA

Color information

#81ABDA (or 0x81ABDA) is unknown color: approx Jordy Blue. HEX triplet: 81, AB and DA. RGB value is (129,171,218). Sum of RGB (Red+Green+Blue) = 129+171+218=518 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.90% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #81ABDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ABDA is #7E5425. Grayscale: #A3A3A3. Windows color (decimal): -8279078 or 14330753. OLE color: 14330753.

HSL color Cylindrical-coordinate representation of color #81ABDA: hue angle of 211.69º 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 #81ABDA is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB129171218-
CMYK0.410.2200.15
HSL211.69º54.6%68.04%-
HSV(B)211.69º40.83%85.49%-
XYZ36.2738.8571.92-
YUV163.8158.59103.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.90%
GREEN value IS 171 (67.19% from 255) = 33.01%
BLUE value IS 218 (85.55% from 255) = 42.08%
R=24.90%
G=33.01%
B=42.08%

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
Decimal1291712180.410.2200.15211.6954.668.04
Hex81ABDA29160Fd43744
Octal201253332512601732467104
Binary1000000110101011110110101010011011001111110101001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ABDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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