#81abeb

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

Shades of Jordy Blue #81ABEB

Tints of Jordy Blue #81ABEB

Color information

#81ABEB (or 0x81ABEB) is unknown color: approx Jordy Blue. HEX triplet: 81, AB and EB. RGB value is (129,171,235). Sum of RGB (Red+Green+Blue) = 129+171+235=535 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.11% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #81ABEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81ABEB is #7E5414. Grayscale: #A5A5A5. Windows color (decimal): -8279061 or 15444865. OLE color: 15444865.

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

Color convert

RGB129171235-
CMYK0.450.2700.08
HSL216.23º72.6%71.37%-
HSV(B)216.23º45.11%92.16%-
XYZ38.6139.7984.24-
YUV165.74167.09101.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.11%
GREEN value IS 171 (67.19% from 255) = 31.96%
BLUE value IS 235 (92.19% from 255) = 43.93%
R=24.11%
G=31.96%
B=43.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1291712350.450.2700.08216.2372.671.37
Hex81ABEB2D1B08d84947
Octal2012533535533010330111107
Binary10000001101010111110101110110111011010001101100010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81abeb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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