#89AFF4

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

Shades of Jordy Blue #89AFF4

Tints of Jordy Blue #89AFF4

Color information

#89AFF4 (or 0x89AFF4) is unknown color: approx Jordy Blue. HEX triplet: 89, AF and F4. RGB value is (137,175,244). Sum of RGB (Red+Green+Blue) = 137+175+244=556 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.64% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 244 (95.70% from 255 or 43.88% from 556); Max value from RGB is 244 - color contains mainly: blue. Hex color #89AFF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89AFF4 is #76500B. Grayscale: #ABABAB. Windows color (decimal): -7753740 or 16035721. OLE color: 16035721.

HSL color Cylindrical-coordinate representation of color #89AFF4: hue angle of 218.69º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #89AFF4 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB137175244-
CMYK0.440.2800.04
HSL218.69º82.95%74.71%-
HSV(B)218.69º43.85%95.69%-
XYZ41.9842.5191.58-
YUV171.5168.91103.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.64%
GREEN value IS 175 (68.75% from 255) = 31.47%
BLUE value IS 244 (95.70% from 255) = 43.88%
R=24.64%
G=31.47%
B=43.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1371752440.440.2800.04218.6982.9574.71
Hex89AFF42C1C04db534b
Octal211257364543404333123113
Binary1000100110101111111101001011001110001001101101110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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