#81ADE1

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

Shades of Jordy Blue #81ADE1

Tints of Jordy Blue #81ADE1

Color information

#81ADE1 (or 0x81ADE1) is unknown color: approx Jordy Blue. HEX triplet: 81, AD and E1. RGB value is (129,173,225). Sum of RGB (Red+Green+Blue) = 129+173+225=527 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.48% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 225 (88.28% from 255 or 42.69% from 527); Max value from RGB is 225 - color contains mainly: blue. Hex color #81ADE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ADE1 is #7E521E. Grayscale: #A5A5A5. Windows color (decimal): -8278559 or 14790017. OLE color: 14790017.

HSL color Cylindrical-coordinate representation of color #81ADE1: hue angle of 212.5º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81ADE1 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB129173225-
CMYK0.430.2300.12
HSL212.5º61.54%69.41%-
HSV(B)212.5º42.67%88.24%-
XYZ37.5939.9976.97-
YUV165.77161.42101.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.48%
GREEN value IS 173 (67.97% from 255) = 32.83%
BLUE value IS 225 (88.28% from 255) = 42.69%
R=24.48%
G=32.83%
B=42.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1291732250.430.2300.12212.561.5469.41
Hex81ADE12B170Cd43e45
Octal201255341532701432476105
Binary1000000110101101111000011010111011101100110101001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ADE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,173,225); }

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

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

 a { background-color: rgb(129,173,225); }

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

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

 span { border-color: rgb(129,173,225); }

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