#89A7FE

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

Shades of Jordy Blue #89A7FE

Tints of Jordy Blue #89A7FE

Color information

#89A7FE (or 0x89A7FE) is unknown color: approx Jordy Blue. HEX triplet: 89, A7 and FE. RGB value is (137,167,254). Sum of RGB (Red+Green+Blue) = 137+167+254=558 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.55% from 558); Green value is 167 (65.62% from 255 or 29.93% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #89A7FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A7FE is #765801. Grayscale: #A7A7A7. Windows color (decimal): -7755778 or 16689033. OLE color: 16689033.

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

Color convert

RGB137167254-
CMYK0.460.3400.00
HSL224.62º98.32%76.67%-
HSV(B)224.62º46.06%99.61%-
XYZ42.0240.1199.29-
YUV167.95176.56105.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.55%
GREEN value IS 167 (65.62% from 255) = 29.93%
BLUE value IS 254 (99.61% from 255) = 45.52%
R=24.55%
G=29.93%
B=45.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1371672540.460.3400.00224.6298.3276.67
Hex89A7FE2E2200e1624d
Octal211247376564200341142115
Binary100010011010011111111110101110100010001110000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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