Html Css Color HEX #89B4DD Jordy Blue

📋 copy color: '#89B4DD'

red 137 ◦ green 180 ◦ blue 221

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

Shades of Jordy Blue #89B4DD

Tints of Jordy Blue #89B4DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.08%

R = 25.46%
G = 33.46%
B = 41.08%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#89B4DD (or 0x89B4DD) is known color: Jordy Blue. HEX triplet: 89, B4 and DD. RGB value is (137,180,221). Sum of RGB (Red+Green+Blue) = 137+180+221=538 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.46% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #89B4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B4DD is #764B22. Grayscale: #ABABAB. Windows color (decimal): -7752483 or 14529673. OLE color: 14529673.

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

Color convert

RGB 137 180 221 -
CMYK 0.38 0.19 0 0.13
HSL 209.29º 0.55% 0.7% -
HSV(B) 209.29º 0.38% 0.87% -
XYZ 39.69 43.18 74.65 -
YUV 171.82 155.75 103.17 -
System Red Green Blue C M Y K H S L
Decimal 137 180 221 0.38 0.19 0 0.13 209.29 0.55 0.7
Hex 89 B4 DD 26 13 0 D D1 37 46
Octal 211 264 335 46 23 0 15 321 67 106
Binary 10001001 10110100 11011101 100110 10011 0 1101 11010001 110111 1000110

Color Harmonies of #89B4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B4DD

Black with #89B4DD

Text Example


Text Example

White with #89B4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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