#89B0EE

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

Shades of Jordy Blue #89B0EE

Tints of Jordy Blue #89B0EE

Color information

#89B0EE (or 0x89B0EE) is unknown color: approx Jordy Blue. HEX triplet: 89, B0 and EE. RGB value is (137,176,238). Sum of RGB (Red+Green+Blue) = 137+176+238=551 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.86% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #89B0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89B0EE is #764F11. Grayscale: #ABABAB. Windows color (decimal): -7753490 or 15642761. OLE color: 15642761.

HSL color Cylindrical-coordinate representation of color #89B0EE: hue angle of 216.83º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89B0EE is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB137176238-
CMYK0.420.2600.07
HSL216.83º74.81%73.53%-
HSV(B)216.83º42.44%93.33%-
XYZ41.2742.5486.92-
YUV171.41165.58103.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.86%
GREEN value IS 176 (69.14% from 255) = 31.94%
BLUE value IS 238 (93.36% from 255) = 43.19%
R=24.86%
G=31.94%
B=43.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1371762380.420.2600.07216.8374.8173.53
Hex89B0EE2A1A07d94b4a
Octal211260356523207331113112
Binary1000100110110000111011101010101101001111101100110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,176,238); }

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

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

 a { background-color: rgb(137,176,238); }

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

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

 span { border-color: rgb(137,176,238); }

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