Html Css Color HEX #89B9E4 Jordy Blue

📋 copy color: '#89B9E4'

red 137 ◦ green 185 ◦ blue 228

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

Shades of Jordy Blue #89B9E4

Tints of Jordy Blue #89B9E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.45%

R = 24.91%
G = 33.64%
B = 41.45%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#89B9E4 (or 0x89B9E4) is known color: Jordy Blue. HEX triplet: 89, B9 and E4. RGB value is (137,185,228). Sum of RGB (Red+Green+Blue) = 137+185+228=550 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.91% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 228 (89.45% from 255 or 41.45% from 550); Max value from RGB is 228 - color contains mainly: blue. Hex color #89B9E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B9E4 is #76461B. Grayscale: #AFAFAF. Windows color (decimal): -7751196 or 14989705. OLE color: 14989705.

HSL color Cylindrical-coordinate representation of color #89B9E4: hue angle of 208.35º 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 #89B9E4 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 137 185 228 -
CMYK 0.40 0.19 0 0.11
HSL 208.35º 0.63% 0.72% -
HSV(B) 208.35º 0.4% 0.89% -
XYZ 41.67 45.62 80.01 -
YUV 175.55 157.6 100.5 -
System Red Green Blue C M Y K H S L
Decimal 137 185 228 0.40 0.19 0 0.11 208.35 0.63 0.72
Hex 89 B9 E4 28 13 0 B D0 3F 48
Octal 211 271 344 50 23 0 13 320 77 110
Binary 10001001 10111001 11100100 101000 10011 0 1011 11010000 111111 1001000

Color Harmonies of #89B9E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B9E4

Black with #89B9E4

Text Example


Text Example

White with #89B9E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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