#81AEEB

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

Shades of Jordy Blue #81AEEB

Tints of Jordy Blue #81AEEB

Color information

#81AEEB (or 0x81AEEB) is unknown color: approx Jordy Blue. HEX triplet: 81, AE and EB. RGB value is (129,174,235). Sum of RGB (Red+Green+Blue) = 129+174+235=538 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.98% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #81AEEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81AEEB is #7E5114. Grayscale: #A7A7A7. Windows color (decimal): -8278293 or 15445633. OLE color: 15445633.

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

Color convert

RGB129174235-
CMYK0.450.2600.08
HSL214.53º72.6%71.37%-
HSV(B)214.53º45.11%92.16%-
XYZ39.1840.9484.43-
YUV167.5166.09100.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.98%
GREEN value IS 174 (68.36% from 255) = 32.34%
BLUE value IS 235 (92.19% from 255) = 43.68%
R=23.98%
G=32.34%
B=43.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1291742350.450.2600.08214.5372.671.37
Hex81AEEB2D1A08d74947
Octal2012563535532010327111107
Binary10000001101011101110101110110111010010001101011110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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