#89AEEE

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

Shades of Jordy Blue #89AEEE

Tints of Jordy Blue #89AEEE

Color information

#89AEEE (or 0x89AEEE) is unknown color: approx Jordy Blue. HEX triplet: 89, AE and EE. RGB value is (137,174,238). Sum of RGB (Red+Green+Blue) = 137+174+238=549 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.95% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #89AEEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89AEEE is #765111. Grayscale: #A9A9A9. Windows color (decimal): -7754002 or 15642249. OLE color: 15642249.

HSL color Cylindrical-coordinate representation of color #89AEEE: hue angle of 218.02º 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 #89AEEE is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB137174238-
CMYK0.420.2700.07
HSL218.02º74.81%73.53%-
HSV(B)218.02º42.44%93.33%-
XYZ40.8941.7686.8-
YUV170.23166.24104.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.95%
GREEN value IS 174 (68.36% from 255) = 31.69%
BLUE value IS 238 (93.36% from 255) = 43.35%
R=24.95%
G=31.69%
B=43.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1371742380.420.2700.07218.0274.8173.53
Hex89AEEE2A1B07da4b4a
Octal211256356523307332113112
Binary1000100110101110111011101010101101101111101101010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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