Html Css Color HEX #89AFDC Jordy Blue

📋 copy color: '#89AFDC'

red 137 ◦ green 175 ◦ blue 220

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

Shades of Jordy Blue #89AFDC

Tints of Jordy Blue #89AFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.35%

R = 25.75%
G = 32.89%
B = 41.35%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#89AFDC (or 0x89AFDC) is known color: Jordy Blue. HEX triplet: 89, AF and DC. RGB value is (137,175,220). Sum of RGB (Red+Green+Blue) = 137+175+220=532 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.75% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #89AFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AFDC is #765023. Grayscale: #A8A8A8. Windows color (decimal): -7753764 or 14462857. OLE color: 14462857.

HSL color Cylindrical-coordinate representation of color #89AFDC: hue angle of 212.53º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89AFDC is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 175 220 -
CMYK 0.38 0.20 0 0.14
HSL 212.53º 0.54% 0.7% -
HSV(B) 212.53º 0.38% 0.86% -
XYZ 38.56 41.15 73.62 -
YUV 168.77 156.91 105.34 -
System Red Green Blue C M Y K H S L
Decimal 137 175 220 0.38 0.20 0 0.14 212.53 0.54 0.7
Hex 89 AF DC 26 14 0 E D5 36 46
Octal 211 257 334 46 24 0 16 325 66 106
Binary 10001001 10101111 11011100 100110 10100 0 1110 11010101 110110 1000110

Color Harmonies of #89AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AFDC

Black with #89AFDC

Text Example


Text Example

White with #89AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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