Html Css Color HEX #89B1ED Jordy Blue

📋 copy color: '#89B1ED'

red 137 ◦ green 177 ◦ blue 237

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

Shades of Jordy Blue #89B1ED

Tints of Jordy Blue #89B1ED

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.12%

 BLUE value IS 237 (92.97% from 255) = 43.01%

R = 24.86%
G = 32.12%
B = 43.01%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#89B1ED (or 0x89B1ED) is known color: Jordy Blue. HEX triplet: 89, B1 and ED. RGB value is (137,177,237). Sum of RGB (Red+Green+Blue) = 137+177+237=551 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.86% from 551); Green value is 177 (69.53% from 255 or 32.12% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #89B1ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89B1ED is #764E12. Grayscale: #ABABAB. Windows color (decimal): -7753235 or 15577481. OLE color: 15577481.

HSL color Cylindrical-coordinate representation of color #89B1ED: hue angle of 216º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89B1ED is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 177 237 -
CMYK 0.42 0.25 0 0.07
HSL 216º 0.74% 0.73% -
HSV(B) 216º 0.42% 0.93% -
XYZ 41.32 42.88 86.22 -
YUV 171.88 164.75 103.12 -
System Red Green Blue C M Y K H S L
Decimal 137 177 237 0.42 0.25 0 0.07 216 0.74 0.73
Hex 89 B1 ED 2A 19 0 7 D8 4A 49
Octal 211 261 355 52 31 0 7 330 112 111
Binary 10001001 10110001 11101101 101010 11001 0 111 11011000 1001010 1001001

Color Harmonies of #89B1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B1ED

Black with #89B1ED

Text Example


Text Example

White with #89B1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,177,237); }

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

background-color css

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

 a { background-color: rgb(137,177,237); }

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

border-color css

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

 span { border-color: rgb(137,177,237); }

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