Html Css Color HEX #89ABFB Jordy Blue

📋 copy color: '#89ABFB'

red 137 ◦ green 171 ◦ blue 251

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

Shades of Jordy Blue #89ABFB

Tints of Jordy Blue #89ABFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.9%

R = 24.51%
G = 30.59%
B = 44.9%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#89ABFB (or 0x89ABFB) is known color: Jordy Blue. HEX triplet: 89, AB and FB. RGB value is (137,171,251). Sum of RGB (Red+Green+Blue) = 137+171+251=559 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.51% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #89ABFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89ABFB is #765404. Grayscale: #A9A9A9. Windows color (decimal): -7754757 or 16493449. OLE color: 16493449.

HSL color Cylindrical-coordinate representation of color #89ABFB: hue angle of 222.11º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89ABFB is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 137 171 251 -
CMYK 0.45 0.32 0 0.02
HSL 222.11º 0.93% 0.76% -
HSV(B) 222.11º 0.45% 0.98% -
XYZ 42.29 41.41 97.03 -
YUV 169.95 173.74 104.5 -
System Red Green Blue C M Y K H S L
Decimal 137 171 251 0.45 0.32 0 0.02 222.11 0.93 0.76
Hex 89 AB FB 2D 20 0 2 DE 5D 4C
Octal 211 253 373 55 40 0 2 336 135 114
Binary 10001001 10101011 11111011 101101 100000 0 10 11011110 1011101 1001100

Color Harmonies of #89ABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ABFB

Black with #89ABFB

Text Example


Text Example

White with #89ABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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