#89AFEF

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

Shades of Jordy Blue #89AFEF

Tints of Jordy Blue #89AFEF

Color information

#89AFEF (or 0x89AFEF) is unknown color: approx Jordy Blue. HEX triplet: 89, AF and EF. RGB value is (137,175,239). Sum of RGB (Red+Green+Blue) = 137+175+239=551 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.86% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #89AFEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89AFEF is #765010. Grayscale: #AAAAAA. Windows color (decimal): -7753745 or 15708041. OLE color: 15708041.

HSL color Cylindrical-coordinate representation of color #89AFEF: hue angle of 217.65º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89AFEF is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB137175239-
CMYK0.430.2700.06
HSL217.65º76.12%73.73%-
HSV(B)217.65º42.68%93.73%-
XYZ41.2342.2187.64-
YUV170.93166.41103.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.86%
GREEN value IS 175 (68.75% from 255) = 31.76%
BLUE value IS 239 (93.75% from 255) = 43.38%
R=24.86%
G=31.76%
B=43.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1371752390.430.2700.06217.6576.1273.73
Hex89AFEF2B1B06da4c4a
Octal211257357533306332114112
Binary1000100110101111111011111010111101101101101101010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,175,239); }

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

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

 a { background-color: rgb(137,175,239); }

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

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

 span { border-color: rgb(137,175,239); }

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