#89ABFC

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

Shades of Jordy Blue #89ABFC

Tints of Jordy Blue #89ABFC

Color information

#89ABFC (or 0x89ABFC) is unknown color: approx Jordy Blue. HEX triplet: 89, AB and FC. RGB value is (137,171,252). Sum of RGB (Red+Green+Blue) = 137+171+252=560 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.46% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #89ABFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89ABFC is #765403. Grayscale: #A9A9A9. Windows color (decimal): -7754756 or 16558985. OLE color: 16558985.

HSL color Cylindrical-coordinate representation of color #89ABFC: hue angle of 222.26º 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 #89ABFC is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB137171252-
CMYK0.460.3200.01
HSL222.26º95.04%76.27%-
HSV(B)222.26º45.63%98.82%-
XYZ42.4541.4797.86-
YUV170.07174.24104.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.46%
GREEN value IS 171 (67.19% from 255) = 30.54%
BLUE value IS 252 (98.83% from 255) = 45%
R=24.46%
G=30.54%
B=45%

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
Decimal1371712520.460.3200.01222.2695.0476.27
Hex89ABFC2E2001de5f4c
Octal211253374564001336137114
Binary100010011010101111111100101110100000011101111010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ABFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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