Html Css Color HEX #89B4EF Jordy Blue

📋 copy color: '#89B4EF'

red 137 ◦ green 180 ◦ blue 239

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

Shades of Jordy Blue #89B4EF

Tints of Jordy Blue #89B4EF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.37%

 BLUE value IS 239 (93.75% from 255) = 42.99%

R = 24.64%
G = 32.37%
B = 42.99%

CMYK

 C value IS 0.43

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#89B4EF (or 0x89B4EF) is known color: Jordy Blue. HEX triplet: 89, B4 and EF. RGB value is (137,180,239). Sum of RGB (Red+Green+Blue) = 137+180+239=556 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.64% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #89B4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89B4EF is #764B10. Grayscale: #ADADAD. Windows color (decimal): -7752465 or 15709321. OLE color: 15709321.

HSL color Cylindrical-coordinate representation of color #89B4EF: hue angle of 214.71º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89B4EF is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 137 180 239 -
CMYK 0.43 0.25 0 0.06
HSL 214.71º 0.76% 0.74% -
HSV(B) 214.71º 0.43% 0.94% -
XYZ 42.22 44.19 87.97 -
YUV 173.87 164.75 101.7 -
System Red Green Blue C M Y K H S L
Decimal 137 180 239 0.43 0.25 0 0.06 214.71 0.76 0.74
Hex 89 B4 EF 2B 19 0 6 D7 4C 4A
Octal 211 264 357 53 31 0 6 327 114 112
Binary 10001001 10110100 11101111 101011 11001 0 110 11010111 1001100 1001010

Color Harmonies of #89B4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B4EF

Black with #89B4EF

Text Example


Text Example

White with #89B4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,180,239); }

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

background-color css

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

 a { background-color: rgb(137,180,239); }

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

border-color css

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

 span { border-color: rgb(137,180,239); }

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