Html Css Color HEX #89B8DD Jordy Blue

📋 copy color: '#89B8DD'

red 137 ◦ green 184 ◦ blue 221

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

Shades of Jordy Blue #89B8DD

Tints of Jordy Blue #89B8DD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.95%

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

R = 25.28%
G = 33.95%
B = 40.77%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#89B8DD (or 0x89B8DD) is known color: Jordy Blue. HEX triplet: 89, B8 and DD. RGB value is (137,184,221). Sum of RGB (Red+Green+Blue) = 137+184+221=542 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.28% from 542); Green value is 184 (72.27% from 255 or 33.95% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #89B8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B8DD is #764722. Grayscale: #ADADAD. Windows color (decimal): -7751459 or 14530697. OLE color: 14530697.

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

Color convert

RGB 137 184 221 -
CMYK 0.38 0.17 0 0.13
HSL 206.43º 0.55% 0.7% -
HSV(B) 206.43º 0.38% 0.87% -
XYZ 40.51 44.82 74.92 -
YUV 174.17 154.43 101.49 -
System Red Green Blue C M Y K H S L
Decimal 137 184 221 0.38 0.17 0 0.13 206.43 0.55 0.7
Hex 89 B8 DD 26 11 0 D CE 37 46
Octal 211 270 335 46 21 0 15 316 67 106
Binary 10001001 10111000 11011101 100110 10001 0 1101 11001110 110111 1000110

Color Harmonies of #89B8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B8DD

Black with #89B8DD

Text Example


Text Example

White with #89B8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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