#89B8EA

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

Shades of Jordy Blue #89B8EA

Tints of Jordy Blue #89B8EA

Color information

#89B8EA (or 0x89B8EA) is unknown color: approx Jordy Blue. HEX triplet: 89, B8 and EA. RGB value is (137,184,234). Sum of RGB (Red+Green+Blue) = 137+184+234=555 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.68% from 555); Green value is 184 (72.27% from 255 or 33.15% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #89B8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89B8EA is #764715. Grayscale: #AFAFAF. Windows color (decimal): -7751446 or 15382665. OLE color: 15382665.

HSL color Cylindrical-coordinate representation of color #89B8EA: hue angle of 210.93º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #89B8EA is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB137184234-
CMYK0.410.2100.08
HSL210.93º69.78%72.75%-
HSV(B)210.93º41.45%91.76%-
XYZ42.3145.5484.4-
YUV175.65160.93100.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.68%
GREEN value IS 184 (72.27% from 255) = 33.15%
BLUE value IS 234 (91.80% from 255) = 42.16%
R=24.68%
G=33.15%
B=42.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1371842340.410.2100.08210.9369.7872.75
Hex89B8EA291508d34649
Octal2112703525125010323106111
Binary10001001101110001110101010100110101010001101001110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,184,234); }

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

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

 a { background-color: rgb(137,184,234); }

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

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

 span { border-color: rgb(137,184,234); }

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