Html Css Color HEX #89ADF8 Jordy Blue

📋 copy color: '#89ADF8'

red 137 ◦ green 173 ◦ blue 248

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

Shades of Jordy Blue #89ADF8

Tints of Jordy Blue #89ADF8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31%

 BLUE value IS 248 (97.27% from 255) = 44.44%

R = 24.55%
G = 31%
B = 44.44%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#89ADF8 (or 0x89ADF8) is known color: Jordy Blue. HEX triplet: 89, AD and F8. RGB value is (137,173,248). Sum of RGB (Red+Green+Blue) = 137+173+248=558 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.55% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 248 (97.27% from 255 or 44.44% from 558); Max value from RGB is 248 - color contains mainly: blue. Hex color #89ADF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89ADF8 is #765207. Grayscale: #AAAAAA. Windows color (decimal): -7754248 or 16297353. OLE color: 16297353.

HSL color Cylindrical-coordinate representation of color #89ADF8: hue angle of 220.54º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89ADF8 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 137 173 248 -
CMYK 0.45 0.30 0 0.03
HSL 220.54º 0.89% 0.75% -
HSV(B) 220.54º 0.45% 0.97% -
XYZ 42.2 41.98 94.69 -
YUV 170.79 171.57 103.9 -
System Red Green Blue C M Y K H S L
Decimal 137 173 248 0.45 0.30 0 0.03 220.54 0.89 0.75
Hex 89 AD F8 2D 1E 0 3 DD 59 4B
Octal 211 255 370 55 36 0 3 335 131 113
Binary 10001001 10101101 11111000 101101 11110 0 11 11011101 1011001 1001011

Color Harmonies of #89ADF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ADF8

Black with #89ADF8

Text Example


Text Example

White with #89ADF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,173,248); }

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

background-color css

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

 a { background-color: rgb(137,173,248); }

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

border-color css

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

 span { border-color: rgb(137,173,248); }

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