#81A3EB

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

Shades of Jordy Blue #81A3EB

Tints of Jordy Blue #81A3EB

Color information

#81A3EB (or 0x81A3EB) is unknown color: approx Jordy Blue. HEX triplet: 81, A3 and EB. RGB value is (129,163,235). Sum of RGB (Red+Green+Blue) = 129+163+235=527 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.48% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #81A3EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A3EB is #7E5C14. Grayscale: #A0A0A0. Windows color (decimal): -8281109 or 15442817. OLE color: 15442817.

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

Color convert

RGB129163235-
CMYK0.450.3100.08
HSL220.75º72.6%71.37%-
HSV(B)220.75º45.11%92.16%-
XYZ37.1536.8683.75-
YUV161.04169.74105.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.48%
GREEN value IS 163 (64.06% from 255) = 30.93%
BLUE value IS 235 (92.19% from 255) = 44.59%
R=24.48%
G=30.93%
B=44.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1291632350.450.3100.08220.7572.671.37
Hex81A3EB2D1F08dd4947
Octal2012433535537010335111107
Binary10000001101000111110101110110111111010001101110110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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