#81ABD6

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

Shades of Jordy Blue #81ABD6

Tints of Jordy Blue #81ABD6

Color information

#81ABD6 (or 0x81ABD6) is unknown color: approx Jordy Blue. HEX triplet: 81, AB and D6. RGB value is (129,171,214). Sum of RGB (Red+Green+Blue) = 129+171+214=514 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.10% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 214 (83.98% from 255 or 41.63% from 514); Max value from RGB is 214 - color contains mainly: blue. Hex color #81ABD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ABD6 is #7E5429. Grayscale: #A3A3A3. Windows color (decimal): -8279082 or 14068609. OLE color: 14068609.

HSL color Cylindrical-coordinate representation of color #81ABD6: hue angle of 210.35º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81ABD6 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB129171214-
CMYK0.400.2000.16
HSL210.35º50.9%67.25%-
HSV(B)210.35º39.72%83.92%-
XYZ35.7538.6569.19-
YUV163.34156.59103.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.10%
GREEN value IS 171 (67.19% from 255) = 33.27%
BLUE value IS 214 (83.98% from 255) = 41.63%
R=25.10%
G=33.27%
B=41.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1291712140.400.2000.16210.3550.967.25
Hex81ABD62814010d23343
Octal201253326502402032263103
Binary10000001101010111101011010100010100010000110100101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ABD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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