Html Css Color HEX #89B7EF Jordy Blue

📋 copy color: '#89B7EF'

red 137 ◦ green 183 ◦ blue 239

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

Shades of Jordy Blue #89B7EF

Tints of Jordy Blue #89B7EF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.74%

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

R = 24.51%
G = 32.74%
B = 42.75%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#89B7EF (or 0x89B7EF) is known color: Jordy Blue. HEX triplet: 89, B7 and EF. RGB value is (137,183,239). Sum of RGB (Red+Green+Blue) = 137+183+239=559 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.51% from 559); Green value is 183 (71.88% from 255 or 32.74% from 559); Blue value is 239 (93.75% from 255 or 42.75% from 559); Max value from RGB is 239 - color contains mainly: blue. Hex color #89B7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89B7EF is #764810. Grayscale: #AFAFAF. Windows color (decimal): -7751697 or 15710089. OLE color: 15710089.

HSL color Cylindrical-coordinate representation of color #89B7EF: hue angle of 212.94º 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 #89B7EF is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 137 183 239 -
CMYK 0.43 0.23 0 0.06
HSL 212.94º 0.76% 0.74% -
HSV(B) 212.94º 0.43% 0.94% -
XYZ 42.83 45.42 88.17 -
YUV 175.63 163.76 100.45 -
System Red Green Blue C M Y K H S L
Decimal 137 183 239 0.43 0.23 0 0.06 212.94 0.76 0.74
Hex 89 B7 EF 2B 17 0 6 D5 4C 4A
Octal 211 267 357 53 27 0 6 325 114 112
Binary 10001001 10110111 11101111 101011 10111 0 110 11010101 1001100 1001010

Color Harmonies of #89B7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B7EF

Black with #89B7EF

Text Example


Text Example

White with #89B7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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