Html Css Color HEX #89ABFF Jordy Blue

📋 copy color: '#89ABFF'

red 137 ◦ green 171 ◦ blue 255

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

Shades of Jordy Blue #89ABFF

Tints of Jordy Blue #89ABFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.29%

R = 24.33%
G = 30.37%
B = 45.29%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#89ABFF (or 0x89ABFF) is known color: Jordy Blue. HEX triplet: 89, AB and FF. RGB value is (137,171,255). Sum of RGB (Red+Green+Blue) = 137+171+255=563 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.33% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #89ABFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89ABFF is #765400. Grayscale: #AAAAAA. Windows color (decimal): -7754753 or 16755593. OLE color: 16755593.

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

Color convert

RGB 137 171 255 -
CMYK 0.46 0.33 0 0
HSL 222.71º 1% 0.77% -
HSV(B) 222.71º 0.46% 1% -
XYZ 42.93 41.66 100.39 -
YUV 170.41 175.74 104.17 -
System Red Green Blue C M Y K H S L
Decimal 137 171 255 0.46 0.33 0 0 222.71 1 0.77
Hex 89 AB FF 2E 21 0 0 DF 64 4D
Octal 211 253 377 56 41 0 0 337 144 115
Binary 10001001 10101011 11111111 101110 100001 0 0 11011111 1100100 1001101

Color Harmonies of #89ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ABFF

Black with #89ABFF

Text Example


Text Example

White with #89ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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