#89ADE2

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

Shades of Jordy Blue #89ADE2

Tints of Jordy Blue #89ADE2

Color information

#89ADE2 (or 0x89ADE2) is unknown color: approx Jordy Blue. HEX triplet: 89, AD and E2. RGB value is (137,173,226). Sum of RGB (Red+Green+Blue) = 137+173+226=536 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.56% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 226 (88.67% from 255 or 42.16% from 536); Max value from RGB is 226 - color contains mainly: blue. Hex color #89ADE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ADE2 is #76521D. Grayscale: #A8A8A8. Windows color (decimal): -7754270 or 14855561. OLE color: 14855561.

HSL color Cylindrical-coordinate representation of color #89ADE2: hue angle of 215.73º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89ADE2 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB137173226-
CMYK0.390.2300.11
HSL215.73º60.54%71.18%-
HSV(B)215.73º39.38%88.63%-
XYZ38.9940.777.75-
YUV168.28160.57105.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.56%
GREEN value IS 173 (67.97% from 255) = 32.28%
BLUE value IS 226 (88.67% from 255) = 42.16%
R=25.56%
G=32.28%
B=42.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1371732260.390.2300.11215.7360.5471.18
Hex89ADE227170Bd83d47
Octal211255342472701333075107
Binary1000100110101101111000101001111011101011110110001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ADE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89ADE2; }

 p { color: rgb(137,173,226); }

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

<style>
 a { background-color: #89ADE2; }

 a { background-color: rgb(137,173,226); }

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

<style>
 span { border-color: #89ADE2; }

 span { border-color: rgb(137,173,226); }

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