Html Css Color HEX #89ABF1 Jordy Blue

📋 copy color: '#89ABF1'

red 137 ◦ green 171 ◦ blue 241

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

Shades of Jordy Blue #89ABF1

Tints of Jordy Blue #89ABF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.9%

R = 24.95%
G = 31.15%
B = 43.9%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#89ABF1 (or 0x89ABF1) is known color: Jordy Blue. HEX triplet: 89, AB and F1. RGB value is (137,171,241). Sum of RGB (Red+Green+Blue) = 137+171+241=549 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.95% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #89ABF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89ABF1 is #76540E. Grayscale: #A8A8A8. Windows color (decimal): -7754767 or 15838089. OLE color: 15838089.

HSL color Cylindrical-coordinate representation of color #89ABF1: hue angle of 220.38º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89ABF1 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 137 171 241 -
CMYK 0.43 0.29 0 0.05
HSL 220.38º 0.79% 0.74% -
HSV(B) 220.38º 0.43% 0.95% -
XYZ 40.76 40.8 88.95 -
YUV 168.81 168.74 105.31 -
System Red Green Blue C M Y K H S L
Decimal 137 171 241 0.43 0.29 0 0.05 220.38 0.79 0.74
Hex 89 AB F1 2B 1D 0 5 DC 4F 4A
Octal 211 253 361 53 35 0 5 334 117 112
Binary 10001001 10101011 11110001 101011 11101 0 101 11011100 1001111 1001010

Color Harmonies of #89ABF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ABF1

Black with #89ABF1

Text Example


Text Example

White with #89ABF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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