#81A7D8

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

Shades of Jordy Blue #81A7D8

Tints of Jordy Blue #81A7D8

Color information

#81A7D8 (or 0x81A7D8) is unknown color: approx Jordy Blue. HEX triplet: 81, A7 and D8. RGB value is (129,167,216). Sum of RGB (Red+Green+Blue) = 129+167+216=512 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.20% from 512); Green value is 167 (65.62% from 255 or 32.62% from 512); Blue value is 216 (84.77% from 255 or 42.19% from 512); Max value from RGB is 216 - color contains mainly: blue. Hex color #81A7D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A7D8 is #7E5827. Grayscale: #A0A0A0. Windows color (decimal): -8280104 or 14198657. OLE color: 14198657.

HSL color Cylindrical-coordinate representation of color #81A7D8: hue angle of 213.79º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81A7D8 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB129167216-
CMYK0.400.2300.15
HSL213.79º52.73%67.65%-
HSV(B)213.79º40.28%84.71%-
XYZ35.2737.2670.3-
YUV161.22158.91105.02-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.20%
GREEN value IS 167 (65.62% from 255) = 32.62%
BLUE value IS 216 (84.77% from 255) = 42.19%
R=25.20%
G=32.62%
B=42.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1291672160.400.2300.15213.7952.7367.65
Hex81A7D828170Fd63544
Octal201247330502701732665104
Binary1000000110100111110110001010001011101111110101101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,167,216); }

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

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

 a { background-color: rgb(129,167,216); }

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

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

 span { border-color: rgb(129,167,216); }

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