Html Css Color HEX #89A6FE Jordy Blue

📋 copy color: '#89A6FE'

red 137 ◦ green 166 ◦ blue 254

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

Shades of Jordy Blue #89A6FE

Tints of Jordy Blue #89A6FE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.8%

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

R = 24.6%
G = 29.8%
B = 45.6%

CMYK

 C value IS 0.46

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#89A6FE (or 0x89A6FE) is known color: Jordy Blue. HEX triplet: 89, A6 and FE. RGB value is (137,166,254). Sum of RGB (Red+Green+Blue) = 137+166+254=557 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.60% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #89A6FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A6FE is #765901. Grayscale: #A6A6A6. Windows color (decimal): -7756034 or 16688777. OLE color: 16688777.

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

Color convert

RGB 137 166 254 -
CMYK 0.46 0.35 0 0.00
HSL 225.13º 0.98% 0.77% -
HSV(B) 225.13º 0.46% 1% -
XYZ 41.84 39.75 99.23 -
YUV 167.36 176.89 106.34 -
System Red Green Blue C M Y K H S L
Decimal 137 166 254 0.46 0.35 0 0.00 225.13 0.98 0.77
Hex 89 A6 FE 2E 23 0 0 E1 62 4D
Octal 211 246 376 56 43 0 0 341 142 115
Binary 10001001 10100110 11111110 101110 100011 0 0 11100001 1100010 1001101

Color Harmonies of #89A6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A6FE

Black with #89A6FE

Text Example


Text Example

White with #89A6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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