Html Css Color HEX #89B8DF Jordy Blue

📋 copy color: '#89B8DF'

red 137 ◦ green 184 ◦ blue 223

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

Shades of Jordy Blue #89B8DF

Tints of Jordy Blue #89B8DF

RGB

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

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

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

R = 25.18%
G = 33.82%
B = 40.99%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#89B8DF (or 0x89B8DF) is known color: Jordy Blue. HEX triplet: 89, B8 and DF. RGB value is (137,184,223). Sum of RGB (Red+Green+Blue) = 137+184+223=544 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.18% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #89B8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B8DF is #764720. Grayscale: #AEAEAE. Windows color (decimal): -7751457 or 14661769. OLE color: 14661769.

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

Color convert

RGB 137 184 223 -
CMYK 0.39 0.17 0 0.13
HSL 207.21º 0.57% 0.71% -
HSV(B) 207.21º 0.39% 0.87% -
XYZ 40.78 44.93 76.33 -
YUV 174.39 155.43 101.33 -
System Red Green Blue C M Y K H S L
Decimal 137 184 223 0.39 0.17 0 0.13 207.21 0.57 0.71
Hex 89 B8 DF 27 11 0 D CF 39 47
Octal 211 270 337 47 21 0 15 317 71 107
Binary 10001001 10111000 11011111 100111 10001 0 1101 11001111 111001 1000111

Color Harmonies of #89B8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B8DF

Black with #89B8DF

Text Example


Text Example

White with #89B8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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