Html Css Color HEX #89B6DF Jordy Blue

📋 copy color: '#89B6DF'

red 137 ◦ green 182 ◦ blue 223

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

Shades of Jordy Blue #89B6DF

Tints of Jordy Blue #89B6DF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.58%

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

R = 25.28%
G = 33.58%
B = 41.14%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#89B6DF (or 0x89B6DF) is known color: Jordy Blue. HEX triplet: 89, B6 and DF. RGB value is (137,182,223). Sum of RGB (Red+Green+Blue) = 137+182+223=542 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.28% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #89B6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B6DF is #764920. Grayscale: #ADADAD. Windows color (decimal): -7751969 or 14661257. OLE color: 14661257.

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

Color convert

RGB 137 182 223 -
CMYK 0.39 0.18 0 0.13
HSL 208.6º 0.57% 0.71% -
HSV(B) 208.6º 0.39% 0.87% -
XYZ 40.36 44.1 76.2 -
YUV 173.22 156.09 102.17 -
System Red Green Blue C M Y K H S L
Decimal 137 182 223 0.39 0.18 0 0.13 208.6 0.57 0.71
Hex 89 B6 DF 27 12 0 D D1 39 47
Octal 211 266 337 47 22 0 15 321 71 107
Binary 10001001 10110110 11011111 100111 10010 0 1101 11010001 111001 1000111

Color Harmonies of #89B6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B6DF

Black with #89B6DF

Text Example


Text Example

White with #89B6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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