#89B2E4

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

Shades of Jordy Blue #89B2E4

Tints of Jordy Blue #89B2E4

Color information

#89B2E4 (or 0x89B2E4) is unknown color: approx Jordy Blue. HEX triplet: 89, B2 and E4. RGB value is (137,178,228). Sum of RGB (Red+Green+Blue) = 137+178+228=543 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.23% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 228 (89.45% from 255 or 41.99% from 543); Max value from RGB is 228 - color contains mainly: blue. Hex color #89B2E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B2E4 is #764D1B. Grayscale: #ABABAB. Windows color (decimal): -7752988 or 14987913. OLE color: 14987913.

HSL color Cylindrical-coordinate representation of color #89B2E4: hue angle of 212.97º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89B2E4 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB137178228-
CMYK0.400.2200.11
HSL212.97º62.76%71.57%-
HSV(B)212.97º39.91%89.41%-
XYZ40.2442.7679.53-
YUV171.44159.92103.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.23%
GREEN value IS 178 (69.92% from 255) = 32.78%
BLUE value IS 228 (89.45% from 255) = 41.99%
R=25.23%
G=32.78%
B=41.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1371782280.400.2200.11212.9762.7671.57
Hex89B2E428160Bd53f48
Octal211262344502601332577110
Binary1000100110110010111001001010001011001011110101011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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