#81ABF5

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

Shades of Jordy Blue #81ABF5

Tints of Jordy Blue #81ABF5

Color information

#81ABF5 (or 0x81ABF5) is unknown color: approx Jordy Blue. HEX triplet: 81, AB and F5. RGB value is (129,171,245). Sum of RGB (Red+Green+Blue) = 129+171+245=545 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.67% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 245 (96.09% from 255 or 44.95% from 545); Max value from RGB is 245 - color contains mainly: blue. Hex color #81ABF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81ABF5 is #7E540A. Grayscale: #A6A6A6. Windows color (decimal): -8279051 or 16100225. OLE color: 16100225.

HSL color Cylindrical-coordinate representation of color #81ABF5: hue angle of 218.28º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81ABF5 is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB129171245-
CMYK0.470.3000.04
HSL218.28º85.29%73.33%-
HSV(B)218.28º47.35%96.08%-
XYZ40.140.3992.07-
YUV166.88172.09100.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.67%
GREEN value IS 171 (67.19% from 255) = 31.38%
BLUE value IS 245 (96.09% from 255) = 44.95%
R=23.67%
G=31.38%
B=44.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1291712450.470.3000.04218.2885.2973.33
Hex81ABF52F1E04da5549
Octal201253365573604332125111
Binary1000000110101011111101011011111111001001101101010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ABF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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