#89B1EF

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

Shades of Jordy Blue #89B1EF

Tints of Jordy Blue #89B1EF

Color information

#89B1EF (or 0x89B1EF) is unknown color: approx Jordy Blue. HEX triplet: 89, B1 and EF. RGB value is (137,177,239). Sum of RGB (Red+Green+Blue) = 137+177+239=553 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.77% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #89B1EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89B1EF is #764E10. Grayscale: #ABABAB. Windows color (decimal): -7753233 or 15708553. OLE color: 15708553.

HSL color Cylindrical-coordinate representation of color #89B1EF: hue angle of 216.47º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89B1EF is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB137177239-
CMYK0.430.2600.06
HSL216.47º76.12%73.73%-
HSV(B)216.47º42.68%93.73%-
XYZ41.6242.9987.77-
YUV172.11165.75102.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.77%
GREEN value IS 177 (69.53% from 255) = 32.01%
BLUE value IS 239 (93.75% from 255) = 43.22%
R=24.77%
G=32.01%
B=43.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1371772390.430.2600.06216.4776.1273.73
Hex89B1EF2B1A06d84c4a
Octal211261357533206330114112
Binary1000100110110001111011111010111101001101101100010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,177,239); }

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

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

 a { background-color: rgb(137,177,239); }

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

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

 span { border-color: rgb(137,177,239); }

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