#89B1EE

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

Shades of Jordy Blue #89B1EE

Tints of Jordy Blue #89B1EE

Color information

#89B1EE (or 0x89B1EE) is unknown color: approx Jordy Blue. HEX triplet: 89, B1 and EE. RGB value is (137,177,238). Sum of RGB (Red+Green+Blue) = 137+177+238=552 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.82% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #89B1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89B1EE is #764E11. Grayscale: #ABABAB. Windows color (decimal): -7753234 or 15643017. OLE color: 15643017.

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

Color convert

RGB137177238-
CMYK0.420.2600.07
HSL216.24º74.81%73.53%-
HSV(B)216.24º42.44%93.33%-
XYZ41.4742.9486.99-
YUV171.99165.25103.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.82%
GREEN value IS 177 (69.53% from 255) = 32.07%
BLUE value IS 238 (93.36% from 255) = 43.12%
R=24.82%
G=32.07%
B=43.12%

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
Decimal1371772380.420.2600.07216.2474.8173.53
Hex89B1EE2A1A07d84b4a
Octal211261356523207330113112
Binary1000100110110001111011101010101101001111101100010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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