Html Css Color HEX #89B9ED Jordy Blue

📋 copy color: '#89B9ED'

red 137 ◦ green 185 ◦ blue 237

#89B9ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #89B9ED

Tints of Jordy Blue #89B9ED

RGB

 RED value IS 137 (53.91% from 255) = 24.51%

 GREEN value IS 185 (72.66% from 255) = 33.09%

 BLUE value IS 237 (92.97% from 255) = 42.4%

R = 24.51%
G = 33.09%
B = 42.4%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#89B9ED (or 0x89B9ED) is known color: Jordy Blue. HEX triplet: 89, B9 and ED. RGB value is (137,185,237). Sum of RGB (Red+Green+Blue) = 137+185+237=559 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.51% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #89B9ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89B9ED is #764612. Grayscale: #B0B0B0. Windows color (decimal): -7751187 or 15579529. OLE color: 15579529.

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

Color convert

RGB 137 185 237 -
CMYK 0.42 0.22 0 0.07
HSL 211.2º 0.74% 0.73% -
HSV(B) 211.2º 0.42% 0.93% -
XYZ 42.95 46.13 86.76 -
YUV 176.58 162.1 99.77 -
System Red Green Blue C M Y K H S L
Decimal 137 185 237 0.42 0.22 0 0.07 211.2 0.74 0.73
Hex 89 B9 ED 2A 16 0 7 D3 4A 49
Octal 211 271 355 52 26 0 7 323 112 111
Binary 10001001 10111001 11101101 101010 10110 0 111 11010011 1001010 1001001

Color Harmonies of #89B9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B9ED

Black with #89B9ED

Text Example


Text Example

White with #89B9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,185,237); }

 H1.HeaderClassName
 {
   color: #89B9ED;
 }
 .AnyTagClassName
 {
   color: #89B9ED;
 }
</style>

background-color css

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

 a { background-color: rgb(137,185,237); }

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

border-color css

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

 span { border-color: rgb(137,185,237); }

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