#81A4EB

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

Shades of Jordy Blue #81A4EB

Tints of Jordy Blue #81A4EB

Color information

#81A4EB (or 0x81A4EB) is unknown color: approx Jordy Blue. HEX triplet: 81, A4 and EB. RGB value is (129,164,235). Sum of RGB (Red+Green+Blue) = 129+164+235=528 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.43% from 528); Green value is 164 (64.45% from 255 or 31.06% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #81A4EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A4EB is #7E5B14. Grayscale: #A1A1A1. Windows color (decimal): -8280853 or 15443073. OLE color: 15443073.

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

Color convert

RGB129164235-
CMYK0.450.3000.08
HSL220.19º72.6%71.37%-
HSV(B)220.19º45.11%92.16%-
XYZ37.3237.2283.81-
YUV161.63169.4104.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.43%
GREEN value IS 164 (64.45% from 255) = 31.06%
BLUE value IS 235 (92.19% from 255) = 44.51%
R=24.43%
G=31.06%
B=44.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1291642350.450.3000.08220.1972.671.37
Hex81A4EB2D1E08dc4947
Octal2012443535536010334111107
Binary10000001101001001110101110110111110010001101110010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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