Html Css Color HEX #89AFDE Jordy Blue

📋 copy color: '#89AFDE'

red 137 ◦ green 175 ◦ blue 222

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

Shades of Jordy Blue #89AFDE

Tints of Jordy Blue #89AFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.57%

R = 25.66%
G = 32.77%
B = 41.57%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#89AFDE (or 0x89AFDE) is known color: Jordy Blue. HEX triplet: 89, AF and DE. RGB value is (137,175,222). Sum of RGB (Red+Green+Blue) = 137+175+222=534 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.66% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #89AFDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AFDE is #765021. Grayscale: #A8A8A8. Windows color (decimal): -7753762 or 14593929. OLE color: 14593929.

HSL color Cylindrical-coordinate representation of color #89AFDE: hue angle of 213.18º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89AFDE is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 175 222 -
CMYK 0.38 0.21 0 0.13
HSL 213.18º 0.56% 0.7% -
HSV(B) 213.18º 0.38% 0.87% -
XYZ 38.83 41.25 75.02 -
YUV 169 157.91 105.18 -
System Red Green Blue C M Y K H S L
Decimal 137 175 222 0.38 0.21 0 0.13 213.18 0.56 0.7
Hex 89 AF DE 26 15 0 D D5 38 46
Octal 211 257 336 46 25 0 15 325 70 106
Binary 10001001 10101111 11011110 100110 10101 0 1101 11010101 111000 1000110

Color Harmonies of #89AFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AFDE

Black with #89AFDE

Text Example


Text Example

White with #89AFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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