Html Css Color HEX #89A5F6 Jordy Blue

📋 copy color: '#89A5F6'

red 137 ◦ green 165 ◦ blue 246

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

Shades of Jordy Blue #89A5F6

Tints of Jordy Blue #89A5F6

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.11%

 BLUE value IS 246 (96.48% from 255) = 44.89%

R = 25%
G = 30.11%
B = 44.89%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#89A5F6 (or 0x89A5F6) is known color: Jordy Blue. HEX triplet: 89, A5 and F6. RGB value is (137,165,246). Sum of RGB (Red+Green+Blue) = 137+165+246=548 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25% from 548); Green value is 165 (64.84% from 255 or 30.11% from 548); Blue value is 246 (96.48% from 255 or 44.89% from 548); Max value from RGB is 246 - color contains mainly: blue. Hex color #89A5F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A5F6 is #765A09. Grayscale: #A5A5A5. Windows color (decimal): -7756298 or 16164233. OLE color: 16164233.

HSL color Cylindrical-coordinate representation of color #89A5F6: hue angle of 224.59º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #89A5F6 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 137 165 246 -
CMYK 0.44 0.33 0 0.04
HSL 224.59º 0.86% 0.75% -
HSV(B) 224.59º 0.44% 0.96% -
XYZ 40.41 38.88 92.56 -
YUV 165.86 173.22 107.41 -
System Red Green Blue C M Y K H S L
Decimal 137 165 246 0.44 0.33 0 0.04 224.59 0.86 0.75
Hex 89 A5 F6 2C 21 0 4 E1 56 4B
Octal 211 245 366 54 41 0 4 341 126 113
Binary 10001001 10100101 11110110 101100 100001 0 100 11100001 1010110 1001011

Color Harmonies of #89A5F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A5F6

Black with #89A5F6

Text Example


Text Example

White with #89A5F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,165,246); }

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

background-color css

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

 a { background-color: rgb(137,165,246); }

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

border-color css

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

 span { border-color: rgb(137,165,246); }

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