Html Css Color HEX #89AFE6 Jordy Blue

📋 copy color: '#89AFE6'

red 137 ◦ green 175 ◦ blue 230

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

Shades of Jordy Blue #89AFE6

Tints of Jordy Blue #89AFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.44%

R = 25.28%
G = 32.29%
B = 42.44%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#89AFE6 (or 0x89AFE6) is known color: Jordy Blue. HEX triplet: 89, AF and E6. RGB value is (137,175,230). Sum of RGB (Red+Green+Blue) = 137+175+230=542 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.28% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 230 (90.23% from 255 or 42.44% from 542); Max value from RGB is 230 - color contains mainly: blue. Hex color #89AFE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89AFE6 is #765019. Grayscale: #A9A9A9. Windows color (decimal): -7753754 or 15118217. OLE color: 15118217.

HSL color Cylindrical-coordinate representation of color #89AFE6: hue angle of 215.48º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89AFE6 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 137 175 230 -
CMYK 0.40 0.24 0 0.10
HSL 215.48º 0.65% 0.72% -
HSV(B) 215.48º 0.4% 0.9% -
XYZ 39.93 41.69 80.81 -
YUV 169.91 161.91 104.53 -
System Red Green Blue C M Y K H S L
Decimal 137 175 230 0.40 0.24 0 0.10 215.48 0.65 0.72
Hex 89 AF E6 28 18 0 A D7 41 48
Octal 211 257 346 50 30 0 12 327 101 110
Binary 10001001 10101111 11100110 101000 11000 0 1010 11010111 1000001 1001000

Color Harmonies of #89AFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AFE6

Black with #89AFE6

Text Example


Text Example

White with #89AFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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