#89a7ea

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

Shades of Jordy Blue #89A7EA

Tints of Jordy Blue #89A7EA

Color information

#89A7EA (or 0x89A7EA) is unknown color: approx Jordy Blue. HEX triplet: 89, A7 and EA. RGB value is (137,167,234). Sum of RGB (Red+Green+Blue) = 137+167+234=538 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.46% from 538); Green value is 167 (65.62% from 255 or 31.04% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #89A7EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A7EA is #765815. Grayscale: #A5A5A5. Windows color (decimal): -7755798 or 15378313. OLE color: 15378313.

HSL color Cylindrical-coordinate representation of color #89A7EA: hue angle of 221.44º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #89A7EA is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB137167234-
CMYK0.410.2900.08
HSL221.44º69.78%72.75%-
HSV(B)221.44º41.45%91.76%-
XYZ38.9938.983.29-
YUV165.67166.56107.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.46%
GREEN value IS 167 (65.62% from 255) = 31.04%
BLUE value IS 234 (91.80% from 255) = 43.49%
R=25.46%
G=31.04%
B=43.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1371672340.410.2900.08221.4469.7872.75
Hex89A7EA291D08dd4649
Octal2112473525135010335106111
Binary10001001101001111110101010100111101010001101110110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89a7ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,167,234); }

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

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

 a { background-color: rgb(137,167,234); }

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

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

 span { border-color: rgb(137,167,234); }

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