#89A8FF

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

Shades of Jordy Blue #89A8FF

Tints of Jordy Blue #89A8FF

Color information

#89A8FF (or 0x89A8FF) is unknown color: approx Jordy Blue. HEX triplet: 89, A8 and FF. RGB value is (137,168,255). Sum of RGB (Red+Green+Blue) = 137+168+255=560 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.46% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #89A8FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A8FF is #765700. Grayscale: #A8A8A8. Windows color (decimal): -7755521 or 16754825. OLE color: 16754825.

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

Color convert

RGB137168255-
CMYK0.460.3400
HSL224.24º100%76.86%-
HSV(B)224.24º46.27%100%-
XYZ42.3740.54100.2-
YUV168.65176.73105.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.46%
GREEN value IS 168 (66.02% from 255) = 30%
BLUE value IS 255 (100% from 255) = 45.54%
R=24.46%
G=30%
B=45.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1371682550.460.3400224.2410076.86
Hex89A8FF2E2200e0644d
Octal211250377564200340144115
Binary100010011010100011111111101110100010001110000011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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