#89A5FD

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

Shades of Jordy Blue #89A5FD

Tints of Jordy Blue #89A5FD

Color information

#89A5FD (or 0x89A5FD) is unknown color: approx Jordy Blue. HEX triplet: 89, A5 and FD. RGB value is (137,165,253). Sum of RGB (Red+Green+Blue) = 137+165+253=555 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.68% from 555); Green value is 165 (64.84% from 255 or 29.73% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #89A5FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A5FD is #765A02. Grayscale: #A6A6A6. Windows color (decimal): -7756291 or 16622985. OLE color: 16622985.

HSL color Cylindrical-coordinate representation of color #89A5FD: hue angle of 225.52º 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 #89A5FD is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB137165253-
CMYK0.460.3500.01
HSL225.52º96.67%76.47%-
HSV(B)225.52º45.85%99.22%-
XYZ41.539.3298.33-
YUV166.66176.72106.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.68%
GREEN value IS 165 (64.84% from 255) = 29.73%
BLUE value IS 253 (99.22% from 255) = 45.59%
R=24.68%
G=29.73%
B=45.59%

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
Decimal1371652530.460.3500.01225.5296.6776.47
Hex89A5FD2E2301e2614c
Octal211245375564301342141114
Binary100010011010010111111101101110100011011110001011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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