#89A6FE

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

Shades of Jordy Blue #89A6FE

Tints of Jordy Blue #89A6FE

Color information

#89A6FE (or 0x89A6FE) is unknown color: approx Jordy Blue. HEX triplet: 89, A6 and FE. RGB value is (137,166,254). Sum of RGB (Red+Green+Blue) = 137+166+254=557 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.60% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #89A6FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A6FE is #765901. Grayscale: #A6A6A6. Windows color (decimal): -7756034 or 16688777. OLE color: 16688777.

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

Color convert

RGB137166254-
CMYK0.460.3500.00
HSL225.13º98.32%76.67%-
HSV(B)225.13º46.06%99.61%-
XYZ41.8439.7599.23-
YUV167.36176.89106.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.60%
GREEN value IS 166 (65.23% from 255) = 29.80%
BLUE value IS 254 (99.61% from 255) = 45.60%
R=24.60%
G=29.80%
B=45.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1371662540.460.3500.00225.1398.3276.67
Hex89A6FE2E2300e1624d
Octal211246376564300341142115
Binary100010011010011011111110101110100011001110000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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