#81A8EA

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

Shades of Jordy Blue #81A8EA

Tints of Jordy Blue #81A8EA

Color information

#81A8EA (or 0x81A8EA) is unknown color: approx Jordy Blue. HEX triplet: 81, A8 and EA. RGB value is (129,168,234). Sum of RGB (Red+Green+Blue) = 129+168+234=531 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.29% from 531); Green value is 168 (66.02% from 255 or 31.64% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #81A8EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A8EA is #7E5715. Grayscale: #A3A3A3. Windows color (decimal): -8279830 or 15378561. OLE color: 15378561.

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

Color convert

RGB129168234-
CMYK0.450.2800.08
HSL217.71º71.43%71.18%-
HSV(B)217.71º44.87%91.76%-
XYZ37.9138.6183.3-
YUV163.86167.58103.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.29%
GREEN value IS 168 (66.02% from 255) = 31.64%
BLUE value IS 234 (91.80% from 255) = 44.07%
R=24.29%
G=31.64%
B=44.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1291682340.450.2800.08217.7171.4371.18
Hex81A8EA2D1C08da4747
Octal2012503525534010332107107
Binary10000001101010001110101010110111100010001101101010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,168,234); }

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

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

 a { background-color: rgb(129,168,234); }

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

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

 span { border-color: rgb(129,168,234); }

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