#89A4FF

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

Shades of Jordy Blue #89A4FF

Tints of Jordy Blue #89A4FF

Color information

#89A4FF (or 0x89A4FF) is unknown color: approx Jordy Blue. HEX triplet: 89, A4 and FF. RGB value is (137,164,255). Sum of RGB (Red+Green+Blue) = 137+164+255=556 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.64% from 556); Green value is 164 (64.45% from 255 or 29.50% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #89A4FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A4FF is #765B00. Grayscale: #A5A5A5. Windows color (decimal): -7756545 or 16753801. OLE color: 16753801.

HSL color Cylindrical-coordinate representation of color #89A4FF: hue angle of 226.27º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89A4FF is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB137164255-
CMYK0.460.3600
HSL226.27º100%76.86%-
HSV(B)226.27º46.27%100%-
XYZ41.6439.0999.96-
YUV166.3178.05107.1-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.64%
GREEN value IS 164 (64.45% from 255) = 29.50%
BLUE value IS 255 (100% from 255) = 45.86%
R=24.64%
G=29.50%
B=45.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1371642550.460.3600226.2710076.86
Hex89A4FF2E2400e2644d
Octal211244377564400342144115
Binary100010011010010011111111101110100100001110001011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,164,255); }

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

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

 a { background-color: rgb(137,164,255); }

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

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

 span { border-color: rgb(137,164,255); }

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