#89ADE7

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

Shades of Jordy Blue #89ADE7

Tints of Jordy Blue #89ADE7

Color information

#89ADE7 (or 0x89ADE7) is unknown color: approx Jordy Blue. HEX triplet: 89, AD and E7. RGB value is (137,173,231). Sum of RGB (Red+Green+Blue) = 137+173+231=541 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.32% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 231 (90.62% from 255 or 42.70% from 541); Max value from RGB is 231 - color contains mainly: blue. Hex color #89ADE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89ADE7 is #765218. Grayscale: #A8A8A8. Windows color (decimal): -7754265 or 15183241. OLE color: 15183241.

HSL color Cylindrical-coordinate representation of color #89ADE7: hue angle of 217.02º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #89ADE7 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB137173231-
CMYK0.410.2500.09
HSL217.02º66.2%72.16%-
HSV(B)217.02º40.69%90.59%-
XYZ39.6840.9881.42-
YUV168.85163.07105.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.32%
GREEN value IS 173 (67.97% from 255) = 31.98%
BLUE value IS 231 (90.62% from 255) = 42.70%
R=25.32%
G=31.98%
B=42.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1371732310.410.2500.09217.0266.272.16
Hex89ADE7291909d94248
Octal2112553475131011331102110
Binary10001001101011011110011110100111001010011101100110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ADE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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