#89A7FD

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

Shades of Jordy Blue #89A7FD

Tints of Jordy Blue #89A7FD

Color information

#89A7FD (or 0x89A7FD) is unknown color: approx Jordy Blue. HEX triplet: 89, A7 and FD. RGB value is (137,167,253). Sum of RGB (Red+Green+Blue) = 137+167+253=557 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.60% from 557); Green value is 167 (65.62% from 255 or 29.98% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #89A7FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A7FD is #765802. Grayscale: #A7A7A7. Windows color (decimal): -7755779 or 16623497. OLE color: 16623497.

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

Color convert

RGB137167253-
CMYK0.460.3400.01
HSL224.48º96.67%76.47%-
HSV(B)224.48º45.85%99.22%-
XYZ41.8640.0598.45-
YUV167.83176.06106.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.60%
GREEN value IS 167 (65.62% from 255) = 29.98%
BLUE value IS 253 (99.22% from 255) = 45.42%
R=24.60%
G=29.98%
B=45.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1371672530.460.3400.01224.4896.6776.47
Hex89A7FD2E2201e0614c
Octal211247375564201340141114
Binary100010011010011111111101101110100010011110000011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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