Html Css Color HEX #89AAF2 Jordy Blue

📋 copy color: '#89AAF2'

red 137 ◦ green 170 ◦ blue 242

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

Shades of Jordy Blue #89AAF2

Tints of Jordy Blue #89AAF2

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.97%

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

R = 24.95%
G = 30.97%
B = 44.08%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#89AAF2 (or 0x89AAF2) is known color: Jordy Blue. HEX triplet: 89, AA and F2. RGB value is (137,170,242). Sum of RGB (Red+Green+Blue) = 137+170+242=549 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.95% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #89AAF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89AAF2 is #76550D. Grayscale: #A8A8A8. Windows color (decimal): -7755022 or 15903369. OLE color: 15903369.

HSL color Cylindrical-coordinate representation of color #89AAF2: hue angle of 221.14º 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 #89AAF2 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 137 170 242 -
CMYK 0.43 0.30 0 0.05
HSL 221.14º 0.8% 0.74% -
HSV(B) 221.14º 0.43% 0.95% -
XYZ 40.72 40.48 89.67 -
YUV 168.34 169.57 105.65 -
System Red Green Blue C M Y K H S L
Decimal 137 170 242 0.43 0.30 0 0.05 221.14 0.8 0.74
Hex 89 AA F2 2B 1E 0 5 DD 50 4A
Octal 211 252 362 53 36 0 5 335 120 112
Binary 10001001 10101010 11110010 101011 11110 0 101 11011101 1010000 1001010

Color Harmonies of #89AAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AAF2

Black with #89AAF2

Text Example


Text Example

White with #89AAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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