#89A6FF

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

Shades of Jordy Blue #89A6FF

Tints of Jordy Blue #89A6FF

Color information

#89A6FF (or 0x89A6FF) is unknown color: approx Jordy Blue. HEX triplet: 89, A6 and FF. RGB value is (137,166,255). Sum of RGB (Red+Green+Blue) = 137+166+255=558 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.55% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #89A6FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A6FF is #765900. Grayscale: #A7A7A7. Windows color (decimal): -7756033 or 16754313. OLE color: 16754313.

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

Color convert

RGB137166255-
CMYK0.460.3500
HSL225.25º100%76.86%-
HSV(B)225.25º46.27%100%-
XYZ4239.81100.08-
YUV167.48177.39106.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.55%
GREEN value IS 166 (65.23% from 255) = 29.75%
BLUE value IS 255 (100% from 255) = 45.70%
R=24.55%
G=29.75%
B=45.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1371662550.460.3500225.2510076.86
Hex89A6FF2E2300e1644d
Octal211246377564300341144115
Binary100010011010011011111111101110100011001110000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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