Html Css Color HEX #89B5DD Jordy Blue

📋 copy color: '#89B5DD'

red 137 ◦ green 181 ◦ blue 221

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

Shades of Jordy Blue #89B5DD

Tints of Jordy Blue #89B5DD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.58%

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

R = 25.42%
G = 33.58%
B = 41%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#89B5DD (or 0x89B5DD) is known color: Jordy Blue. HEX triplet: 89, B5 and DD. RGB value is (137,181,221). Sum of RGB (Red+Green+Blue) = 137+181+221=539 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.42% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #89B5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B5DD is #764A22. Grayscale: #ACACAC. Windows color (decimal): -7752227 or 14529929. OLE color: 14529929.

HSL color Cylindrical-coordinate representation of color #89B5DD: hue angle of 208.57º 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 #89B5DD is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 181 221 -
CMYK 0.38 0.18 0 0.13
HSL 208.57º 0.55% 0.7% -
HSV(B) 208.57º 0.38% 0.87% -
XYZ 39.89 43.59 74.72 -
YUV 172.4 155.42 102.75 -
System Red Green Blue C M Y K H S L
Decimal 137 181 221 0.38 0.18 0 0.13 208.57 0.55 0.7
Hex 89 B5 DD 26 12 0 D D1 37 46
Octal 211 265 335 46 22 0 15 321 67 106
Binary 10001001 10110101 11011101 100110 10010 0 1101 11010001 110111 1000110

Color Harmonies of #89B5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B5DD

Black with #89B5DD

Text Example


Text Example

White with #89B5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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