Html Css Color HEX #89AEEC Jordy Blue

📋 copy color: '#89AEEC'

red 137 ◦ green 174 ◦ blue 236

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

Shades of Jordy Blue #89AEEC

Tints of Jordy Blue #89AEEC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.81%

 BLUE value IS 236 (92.58% from 255) = 43.14%

R = 25.05%
G = 31.81%
B = 43.14%

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

#89AEEC (or 0x89AEEC) is known color: Jordy Blue. HEX triplet: 89, AE and EC. RGB value is (137,174,236). Sum of RGB (Red+Green+Blue) = 137+174+236=547 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.05% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #89AEEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89AEEC is #765113. Grayscale: #A9A9A9. Windows color (decimal): -7754004 or 15511177. OLE color: 15511177.

HSL color Cylindrical-coordinate representation of color #89AEEC: hue angle of 217.58º degrees, saturation: 0.72, 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 #89AEEC is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 174 236 -
CMYK 0.42 0.26 0 0.07
HSL 217.58º 0.72% 0.73% -
HSV(B) 217.58º 0.42% 0.93% -
XYZ 40.59 41.65 85.26 -
YUV 170.01 165.24 104.46 -
System Red Green Blue C M Y K H S L
Decimal 137 174 236 0.42 0.26 0 0.07 217.58 0.72 0.73
Hex 89 AE EC 2A 1A 0 7 DA 48 49
Octal 211 256 354 52 32 0 7 332 110 111
Binary 10001001 10101110 11101100 101010 11010 0 111 11011010 1001000 1001001

Color Harmonies of #89AEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AEEC

Black with #89AEEC

Text Example


Text Example

White with #89AEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,174,236); }

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

background-color css

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

 a { background-color: rgb(137,174,236); }

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

border-color css

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

 span { border-color: rgb(137,174,236); }

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