Html Css Color HEX #89A8FF Jordy Blue

📋 copy color: '#89A8FF'

red 137 ◦ green 168 ◦ blue 255

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

Shades of Jordy Blue #89A8FF

Tints of Jordy Blue #89A8FF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30%

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

R = 24.46%
G = 30%
B = 45.54%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#89A8FF (or 0x89A8FF) is known color: Jordy Blue. HEX triplet: 89, A8 and FF. RGB value is (137,168,255). Sum of RGB (Red+Green+Blue) = 137+168+255=560 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.46% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #89A8FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A8FF is #765700. Grayscale: #A8A8A8. Windows color (decimal): -7755521 or 16754825. OLE color: 16754825.

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

Color convert

RGB 137 168 255 -
CMYK 0.46 0.34 0 0
HSL 224.24º 1% 0.77% -
HSV(B) 224.24º 0.46% 1% -
XYZ 42.37 40.54 100.2 -
YUV 168.65 176.73 105.43 -
System Red Green Blue C M Y K H S L
Decimal 137 168 255 0.46 0.34 0 0 224.24 1 0.77
Hex 89 A8 FF 2E 22 0 0 E0 64 4D
Octal 211 250 377 56 42 0 0 340 144 115
Binary 10001001 10101000 11111111 101110 100010 0 0 11100000 1100100 1001101

Color Harmonies of #89A8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A8FF

Black with #89A8FF

Text Example


Text Example

White with #89A8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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