#81A3DA

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

Shades of Jordy Blue #81A3DA

Tints of Jordy Blue #81A3DA

Color information

#81A3DA (or 0x81A3DA) is unknown color: approx Jordy Blue. HEX triplet: 81, A3 and DA. RGB value is (129,163,218). Sum of RGB (Red+Green+Blue) = 129+163+218=510 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.29% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #81A3DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A3DA is #7E5C25. Grayscale: #9E9E9E. Windows color (decimal): -8281126 or 14328705. OLE color: 14328705.

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

Color convert

RGB129163218-
CMYK0.410.2500.15
HSL217.08º54.6%68.04%-
HSV(B)217.08º40.83%85.49%-
XYZ34.8135.9271.43-
YUV159.1161.24106.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.29%
GREEN value IS 163 (64.06% from 255) = 31.96%
BLUE value IS 218 (85.55% from 255) = 42.75%
R=25.29%
G=31.96%
B=42.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1291632180.410.2500.15217.0854.668.04
Hex81A3DA29190Fd93744
Octal201243332513101733167104
Binary1000000110100011110110101010011100101111110110011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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