#81AFE5

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

Shades of Jordy Blue #81AFE5

Tints of Jordy Blue #81AFE5

Color information

#81AFE5 (or 0x81AFE5) is unknown color: approx Jordy Blue. HEX triplet: 81, AF and E5. RGB value is (129,175,229). Sum of RGB (Red+Green+Blue) = 129+175+229=533 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.20% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 229 - color contains mainly: blue. Hex color #81AFE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AFE5 is #7E501A. Grayscale: #A7A7A7. Windows color (decimal): -8278043 or 15052673. OLE color: 15052673.

HSL color Cylindrical-coordinate representation of color #81AFE5: hue angle of 212.4º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81AFE5 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB129175229-
CMYK0.440.2400.10
HSL212.4º65.79%70.2%-
HSV(B)212.4º43.67%89.8%-
XYZ38.5340.9880.01-
YUV167.4162.76100.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.20%
GREEN value IS 175 (68.75% from 255) = 32.83%
BLUE value IS 229 (89.84% from 255) = 42.96%
R=24.20%
G=32.83%
B=42.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1291752290.440.2400.10212.465.7970.2
Hex81AFE52C180Ad44246
Octal2012573455430012324102106
Binary10000001101011111110010110110011000010101101010010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,175,229); }

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

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

 a { background-color: rgb(129,175,229); }

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

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

 span { border-color: rgb(129,175,229); }

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