#89ACFC

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

Shades of Jordy Blue #89ACFC

Tints of Jordy Blue #89ACFC

Color information

#89ACFC (or 0x89ACFC) is unknown color: approx Jordy Blue. HEX triplet: 89, AC and FC. RGB value is (137,172,252). Sum of RGB (Red+Green+Blue) = 137+172+252=561 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.42% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #89ACFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89ACFC is #765303. Grayscale: #AAAAAA. Windows color (decimal): -7754500 or 16559241. OLE color: 16559241.

HSL color Cylindrical-coordinate representation of color #89ACFC: hue angle of 221.74º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89ACFC is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB137172252-
CMYK0.460.3200.01
HSL221.74º95.04%76.27%-
HSV(B)221.74º45.63%98.82%-
XYZ42.6441.8597.93-
YUV170.66173.9104-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.42%
GREEN value IS 172 (67.58% from 255) = 30.66%
BLUE value IS 252 (98.83% from 255) = 44.92%
R=24.42%
G=30.66%
B=44.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1371722520.460.3200.01221.7495.0476.27
Hex89ACFC2E2001de5f4c
Octal211254374564001336137114
Binary100010011010110011111100101110100000011101111010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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