Html Css Color HEX #89ABFE Jordy Blue

📋 copy color: '#89ABFE'

red 137 ◦ green 171 ◦ blue 254

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

Shades of Jordy Blue #89ABFE

Tints of Jordy Blue #89ABFE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.43%

 BLUE value IS 254 (99.61% from 255) = 45.2%

R = 24.38%
G = 30.43%
B = 45.2%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#89ABFE (or 0x89ABFE) is known color: Jordy Blue. HEX triplet: 89, AB and FE. RGB value is (137,171,254). Sum of RGB (Red+Green+Blue) = 137+171+254=562 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.38% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #89ABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89ABFE is #765401. Grayscale: #A9A9A9. Windows color (decimal): -7754754 or 16690057. OLE color: 16690057.

HSL color Cylindrical-coordinate representation of color #89ABFE: hue angle of 222.56º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89ABFE is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 137 171 254 -
CMYK 0.46 0.33 0 0.00
HSL 222.56º 0.98% 0.77% -
HSV(B) 222.56º 0.46% 1% -
XYZ 42.77 41.6 99.54 -
YUV 170.3 175.24 104.25 -
System Red Green Blue C M Y K H S L
Decimal 137 171 254 0.46 0.33 0 0.00 222.56 0.98 0.77
Hex 89 AB FE 2E 21 0 0 DF 62 4D
Octal 211 253 376 56 41 0 0 337 142 115
Binary 10001001 10101011 11111110 101110 100001 0 0 11011111 1100010 1001101

Color Harmonies of #89ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ABFE

Black with #89ABFE

Text Example


Text Example

White with #89ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,171,254); }

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

background-color css

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

 a { background-color: rgb(137,171,254); }

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

border-color css

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

 span { border-color: rgb(137,171,254); }

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