#89A4FD

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

Shades of Jordy Blue #89A4FD

Tints of Jordy Blue #89A4FD

Color information

#89A4FD (or 0x89A4FD) is unknown color: approx Jordy Blue. HEX triplet: 89, A4 and FD. RGB value is (137,164,253). Sum of RGB (Red+Green+Blue) = 137+164+253=554 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.73% from 554); Green value is 164 (64.45% from 255 or 29.60% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #89A4FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A4FD is #765B02. Grayscale: #A5A5A5. Windows color (decimal): -7756547 or 16622729. OLE color: 16622729.

HSL color Cylindrical-coordinate representation of color #89A4FD: hue angle of 226.03º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89A4FD is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB137164253-
CMYK0.460.3500.01
HSL226.03º96.67%76.47%-
HSV(B)226.03º45.85%99.22%-
XYZ41.3238.9698.27-
YUV166.07177.05107.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.73%
GREEN value IS 164 (64.45% from 255) = 29.60%
BLUE value IS 253 (99.22% from 255) = 45.67%
R=24.73%
G=29.60%
B=45.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1371642530.460.3500.01226.0396.6776.47
Hex89A4FD2E2301e2614c
Octal211244375564301342141114
Binary100010011010010011111101101110100011011110001011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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