#81A5DC

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

Shades of Jordy Blue #81A5DC

Tints of Jordy Blue #81A5DC

Color information

#81A5DC (or 0x81A5DC) is unknown color: approx Jordy Blue. HEX triplet: 81, A5 and DC. RGB value is (129,165,220). Sum of RGB (Red+Green+Blue) = 129+165+220=514 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.10% from 514); Green value is 165 (64.84% from 255 or 32.10% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #81A5DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A5DC is #7E5A23. Grayscale: #A0A0A0. Windows color (decimal): -8280612 or 14460289. OLE color: 14460289.

HSL color Cylindrical-coordinate representation of color #81A5DC: hue angle of 216.26º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81A5DC is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB129165220-
CMYK0.410.2500.14
HSL216.26º56.52%68.43%-
HSV(B)216.26º41.36%86.27%-
XYZ35.4336.7472.94-
YUV160.51161.57105.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.10%
GREEN value IS 165 (64.84% from 255) = 32.10%
BLUE value IS 220 (86.33% from 255) = 42.80%
R=25.10%
G=32.10%
B=42.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1291652200.410.2500.14216.2656.5268.43
Hex81A5DC29190Ed83944
Octal201245334513101633071104
Binary1000000110100101110111001010011100101110110110001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,165,220); }

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

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

 a { background-color: rgb(129,165,220); }

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

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

 span { border-color: rgb(129,165,220); }

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