#89ACF8

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

Shades of Jordy Blue #89ACF8

Tints of Jordy Blue #89ACF8

Color information

#89ACF8 (or 0x89ACF8) is unknown color: approx Jordy Blue. HEX triplet: 89, AC and F8. RGB value is (137,172,248). Sum of RGB (Red+Green+Blue) = 137+172+248=557 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.60% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 248 (97.27% from 255 or 44.52% from 557); Max value from RGB is 248 - color contains mainly: blue. Hex color #89ACF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89ACF8 is #765307. Grayscale: #A9A9A9. Windows color (decimal): -7754504 or 16297097. OLE color: 16297097.

HSL color Cylindrical-coordinate representation of color #89ACF8: hue angle of 221.08º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89ACF8 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB137172248-
CMYK0.450.3100.03
HSL221.08º88.8%75.49%-
HSV(B)221.08º44.76%97.25%-
XYZ42.0141.694.62-
YUV170.2171.9104.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.60%
GREEN value IS 172 (67.58% from 255) = 30.88%
BLUE value IS 248 (97.27% from 255) = 44.52%
R=24.60%
G=30.88%
B=44.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1371722480.450.3100.03221.0888.875.49
Hex89ACF82D1F03dd594b
Octal211254370553703335131113
Binary100010011010110011111000101101111110111101110110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ACF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,172,248); }

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

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

 a { background-color: rgb(137,172,248); }

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

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

 span { border-color: rgb(137,172,248); }

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