Html Css Color HEX #89B4DF Jordy Blue

📋 copy color: '#89B4DF'

red 137 ◦ green 180 ◦ blue 223

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

Shades of Jordy Blue #89B4DF

Tints of Jordy Blue #89B4DF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.33%

 BLUE value IS 223 (87.5% from 255) = 41.3%

R = 25.37%
G = 33.33%
B = 41.3%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#89B4DF (or 0x89B4DF) is known color: Jordy Blue. HEX triplet: 89, B4 and DF. RGB value is (137,180,223). Sum of RGB (Red+Green+Blue) = 137+180+223=540 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.37% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #89B4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B4DF is #764B20. Grayscale: #ABABAB. Windows color (decimal): -7752481 or 14660745. OLE color: 14660745.

HSL color Cylindrical-coordinate representation of color #89B4DF: hue angle of 210º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89B4DF is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 180 223 -
CMYK 0.39 0.19 0 0.13
HSL 210º 0.57% 0.71% -
HSV(B) 210º 0.39% 0.87% -
XYZ 39.96 43.29 76.06 -
YUV 172.05 156.75 103 -
System Red Green Blue C M Y K H S L
Decimal 137 180 223 0.39 0.19 0 0.13 210 0.57 0.71
Hex 89 B4 DF 27 13 0 D D2 39 47
Octal 211 264 337 47 23 0 15 322 71 107
Binary 10001001 10110100 11011111 100111 10011 0 1101 11010010 111001 1000111

Color Harmonies of #89B4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B4DF

Black with #89B4DF

Text Example


Text Example

White with #89B4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,180,223); }

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

background-color css

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

 a { background-color: rgb(137,180,223); }

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

border-color css

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

 span { border-color: rgb(137,180,223); }

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