Html Css Color HEX #89AFEA Jordy Blue

📋 copy color: '#89AFEA'

red 137 ◦ green 175 ◦ blue 234

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

Shades of Jordy Blue #89AFEA

Tints of Jordy Blue #89AFEA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.05%

 BLUE value IS 234 (91.8% from 255) = 42.86%

R = 25.09%
G = 32.05%
B = 42.86%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#89AFEA (or 0x89AFEA) is known color: Jordy Blue. HEX triplet: 89, AF and EA. RGB value is (137,175,234). Sum of RGB (Red+Green+Blue) = 137+175+234=546 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.09% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #89AFEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89AFEA is #765015. Grayscale: #AAAAAA. Windows color (decimal): -7753750 or 15380361. OLE color: 15380361.

HSL color Cylindrical-coordinate representation of color #89AFEA: hue angle of 216.49º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #89AFEA is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 137 175 234 -
CMYK 0.41 0.25 0 0.08
HSL 216.49º 0.7% 0.73% -
HSV(B) 216.49º 0.41% 0.92% -
XYZ 40.5 41.92 83.8 -
YUV 170.36 163.91 104.2 -
System Red Green Blue C M Y K H S L
Decimal 137 175 234 0.41 0.25 0 0.08 216.49 0.7 0.73
Hex 89 AF EA 29 19 0 8 D8 46 49
Octal 211 257 352 51 31 0 10 330 106 111
Binary 10001001 10101111 11101010 101001 11001 0 1000 11011000 1000110 1001001

Color Harmonies of #89AFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AFEA

Black with #89AFEA

Text Example


Text Example

White with #89AFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,175,234); }

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

background-color css

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

 a { background-color: rgb(137,175,234); }

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

border-color css

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

 span { border-color: rgb(137,175,234); }

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