#89B2EF

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

Shades of Jordy Blue #89B2EF

Tints of Jordy Blue #89B2EF

Color information

#89B2EF (or 0x89B2EF) is unknown color: approx Jordy Blue. HEX triplet: 89, B2 and EF. RGB value is (137,178,239). Sum of RGB (Red+Green+Blue) = 137+178+239=554 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.73% from 554); Green value is 178 (69.92% from 255 or 32.13% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #89B2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89B2EF is #764D10. Grayscale: #ACACAC. Windows color (decimal): -7752977 or 15708809. OLE color: 15708809.

HSL color Cylindrical-coordinate representation of color #89B2EF: hue angle of 215.88º 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 #89B2EF is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB137178239-
CMYK0.430.2600.06
HSL215.88º76.12%73.73%-
HSV(B)215.88º42.68%93.73%-
XYZ41.8243.3987.83-
YUV172.7165.42102.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.73%
GREEN value IS 178 (69.92% from 255) = 32.13%
BLUE value IS 239 (93.75% from 255) = 43.14%
R=24.73%
G=32.13%
B=43.14%

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
Decimal1371782390.430.2600.06215.8876.1273.73
Hex89B2EF2B1A06d84c4a
Octal211262357533206330114112
Binary1000100110110010111011111010111101001101101100010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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