#81A4DC

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

Shades of Jordy Blue #81A4DC

Tints of Jordy Blue #81A4DC

Color information

#81A4DC (or 0x81A4DC) is unknown color: approx Jordy Blue. HEX triplet: 81, A4 and DC. RGB value is (129,164,220). Sum of RGB (Red+Green+Blue) = 129+164+220=513 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.15% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #81A4DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A4DC is #7E5B23. Grayscale: #9F9F9F. Windows color (decimal): -8280868 or 14460033. OLE color: 14460033.

HSL color Cylindrical-coordinate representation of color #81A4DC: hue angle of 216.92º 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 #81A4DC is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB129164220-
CMYK0.410.2500.14
HSL216.92º56.52%68.43%-
HSV(B)216.92º41.36%86.27%-
XYZ35.2536.3972.88-
YUV159.92161.9105.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.15%
GREEN value IS 164 (64.45% from 255) = 31.97%
BLUE value IS 220 (86.33% from 255) = 42.88%
R=25.15%
G=31.97%
B=42.88%

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
Decimal1291642200.410.2500.14216.9256.5268.43
Hex81A4DC29190Ed93944
Octal201244334513101633171104
Binary1000000110100100110111001010011100101110110110011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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