Html Css Color HEX #89B0EE Jordy Blue

📋 copy color: '#89B0EE'

red 137 ◦ green 176 ◦ blue 238

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

Shades of Jordy Blue #89B0EE

Tints of Jordy Blue #89B0EE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.94%

 BLUE value IS 238 (93.36% from 255) = 43.19%

R = 24.86%
G = 31.94%
B = 43.19%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#89B0EE (or 0x89B0EE) is known color: Jordy Blue. HEX triplet: 89, B0 and EE. RGB value is (137,176,238). Sum of RGB (Red+Green+Blue) = 137+176+238=551 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.86% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #89B0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89B0EE is #764F11. Grayscale: #ABABAB. Windows color (decimal): -7753490 or 15642761. OLE color: 15642761.

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

Color convert

RGB 137 176 238 -
CMYK 0.42 0.26 0 0.07
HSL 216.83º 0.75% 0.74% -
HSV(B) 216.83º 0.42% 0.93% -
XYZ 41.27 42.54 86.92 -
YUV 171.41 165.58 103.46 -
System Red Green Blue C M Y K H S L
Decimal 137 176 238 0.42 0.26 0 0.07 216.83 0.75 0.74
Hex 89 B0 EE 2A 1A 0 7 D9 4B 4A
Octal 211 260 356 52 32 0 7 331 113 112
Binary 10001001 10110000 11101110 101010 11010 0 111 11011001 1001011 1001010

Color Harmonies of #89B0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B0EE

Black with #89B0EE

Text Example


Text Example

White with #89B0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,176,238); }

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

background-color css

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

 a { background-color: rgb(137,176,238); }

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

border-color css

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

 span { border-color: rgb(137,176,238); }

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