Html Css Color HEX #89AFF2 Jordy Blue

📋 copy color: '#89AFF2'

red 137 ◦ green 175 ◦ blue 242

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

Shades of Jordy Blue #89AFF2

Tints of Jordy Blue #89AFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.68%

R = 24.73%
G = 31.59%
B = 43.68%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#89AFF2 (or 0x89AFF2) is known color: Jordy Blue. HEX triplet: 89, AF and F2. RGB value is (137,175,242). Sum of RGB (Red+Green+Blue) = 137+175+242=554 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.73% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #89AFF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89AFF2 is #76500D. Grayscale: #AAAAAA. Windows color (decimal): -7753742 or 15904649. OLE color: 15904649.

HSL color Cylindrical-coordinate representation of color #89AFF2: hue angle of 218.29º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89AFF2 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 137 175 242 -
CMYK 0.43 0.28 0 0.05
HSL 218.29º 0.8% 0.74% -
HSV(B) 218.29º 0.43% 0.95% -
XYZ 41.67 42.39 89.99 -
YUV 171.28 167.91 103.55 -
System Red Green Blue C M Y K H S L
Decimal 137 175 242 0.43 0.28 0 0.05 218.29 0.8 0.74
Hex 89 AF F2 2B 1C 0 5 DA 50 4A
Octal 211 257 362 53 34 0 5 332 120 112
Binary 10001001 10101111 11110010 101011 11100 0 101 11011010 1010000 1001010

Color Harmonies of #89AFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AFF2

Black with #89AFF2

Text Example


Text Example

White with #89AFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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