#89A7DF

Color #89A7DF Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #89A7DF

Tints of Jordy Blue #89A7DF

Color information

#89A7DF (or 0x89A7DF) is unknown color: approx Jordy Blue. HEX triplet: 89, A7 and DF. RGB value is (137,167,223). Sum of RGB (Red+Green+Blue) = 137+167+223=527 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.00% from 527); Green value is 167 (65.62% from 255 or 31.69% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #89A7DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A7DF is #765820. Grayscale: #A4A4A4. Windows color (decimal): -7755809 or 14657417. OLE color: 14657417.

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

Color convert

RGB137167223-
CMYK0.390.2500.13
HSL219.07º57.33%70.59%-
HSV(B)219.07º38.57%87.45%-
XYZ37.4538.2875.23-
YUV164.41161.06108.45-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.00%
GREEN value IS 167 (65.62% from 255) = 31.69%
BLUE value IS 223 (87.5% from 255) = 42.31%
R=26.00%
G=31.69%
B=42.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371672230.390.2500.13219.0757.3370.59
Hex89A7DF27190Ddb3947
Octal211247337473101533371107
Binary1000100110100111110111111001111100101101110110111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #89A7DF;
 }
 .AnyTagClassName
 {
   color: #89A7DF;
 }
</style>
background-color css

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

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

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

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

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

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