Html Css Color HEX #89ACFF Jordy Blue

📋 copy color: '#89ACFF'

red 137 ◦ green 172 ◦ blue 255

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

Shades of Jordy Blue #89ACFF

Tints of Jordy Blue #89ACFF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.5%

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

R = 24.29%
G = 30.5%
B = 45.21%

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

#89ACFF (or 0x89ACFF) is known color: Jordy Blue. HEX triplet: 89, AC and FF. RGB value is (137,172,255). Sum of RGB (Red+Green+Blue) = 137+172+255=564 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.29% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #89ACFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89ACFF is #765300. Grayscale: #AAAAAA. Windows color (decimal): -7754497 or 16755849. OLE color: 16755849.

HSL color Cylindrical-coordinate representation of color #89ACFF: hue angle of 222.2º 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 #89ACFF is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 137 172 255 -
CMYK 0.46 0.33 0 0
HSL 222.2º 1% 0.77% -
HSV(B) 222.2º 0.46% 1% -
XYZ 43.12 42.04 100.45 -
YUV 171 175.4 103.75 -
System Red Green Blue C M Y K H S L
Decimal 137 172 255 0.46 0.33 0 0 222.2 1 0.77
Hex 89 AC FF 2E 21 0 0 DE 64 4D
Octal 211 254 377 56 41 0 0 336 144 115
Binary 10001001 10101100 11111111 101110 100001 0 0 11011110 1100100 1001101

Color Harmonies of #89ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ACFF

Black with #89ACFF

Text Example


Text Example

White with #89ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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