Html Css Color HEX #89B2DF Jordy Blue

📋 copy color: '#89B2DF'

red 137 ◦ green 178 ◦ blue 223

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

Shades of Jordy Blue #89B2DF

Tints of Jordy Blue #89B2DF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.09%

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

R = 25.46%
G = 33.09%
B = 41.45%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#89B2DF (or 0x89B2DF) is known color: Jordy Blue. HEX triplet: 89, B2 and DF. RGB value is (137,178,223). Sum of RGB (Red+Green+Blue) = 137+178+223=538 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.46% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #89B2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B2DF is #764D20. Grayscale: #AAAAAA. Windows color (decimal): -7752993 or 14660233. OLE color: 14660233.

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

Color convert

RGB 137 178 223 -
CMYK 0.39 0.20 0 0.13
HSL 211.4º 0.57% 0.71% -
HSV(B) 211.4º 0.39% 0.87% -
XYZ 39.56 42.49 75.93 -
YUV 170.87 157.42 103.84 -
System Red Green Blue C M Y K H S L
Decimal 137 178 223 0.39 0.20 0 0.13 211.4 0.57 0.71
Hex 89 B2 DF 27 14 0 D D3 39 47
Octal 211 262 337 47 24 0 15 323 71 107
Binary 10001001 10110010 11011111 100111 10100 0 1101 11010011 111001 1000111

Color Harmonies of #89B2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B2DF

Black with #89B2DF

Text Example


Text Example

White with #89B2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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