Html Css Color HEX #89A8FE Jordy Blue

📋 copy color: '#89A8FE'

red 137 ◦ green 168 ◦ blue 254

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

Shades of Jordy Blue #89A8FE

Tints of Jordy Blue #89A8FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.44%

R = 24.51%
G = 30.05%
B = 45.44%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#89A8FE (or 0x89A8FE) is known color: Jordy Blue. HEX triplet: 89, A8 and FE. RGB value is (137,168,254). Sum of RGB (Red+Green+Blue) = 137+168+254=559 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.51% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #89A8FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A8FE is #765701. Grayscale: #A8A8A8. Windows color (decimal): -7755522 or 16689289. OLE color: 16689289.

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

Color convert

RGB 137 168 254 -
CMYK 0.46 0.34 0 0.00
HSL 224.1º 0.98% 0.77% -
HSV(B) 224.1º 0.46% 1% -
XYZ 42.21 40.48 99.35 -
YUV 168.54 176.23 105.51 -
System Red Green Blue C M Y K H S L
Decimal 137 168 254 0.46 0.34 0 0.00 224.1 0.98 0.77
Hex 89 A8 FE 2E 22 0 0 E0 62 4D
Octal 211 250 376 56 42 0 0 340 142 115
Binary 10001001 10101000 11111110 101110 100010 0 0 11100000 1100010 1001101

Color Harmonies of #89A8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A8FE

Black with #89A8FE

Text Example


Text Example

White with #89A8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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